diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/AlarmClock.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/provider/AlarmClock.java b/core/java/android/provider/AlarmClock.java index 63ae9a96c8a6..23134cd0fef7 100644 --- a/core/java/android/provider/AlarmClock.java +++ b/core/java/android/provider/AlarmClock.java @@ -153,6 +153,15 @@ public final class AlarmClock { public static final String ACTION_SET_TIMER = "android.intent.action.SET_TIMER"; /** + * Activity Action: Show the timers. + * <p> + * This action opens the timers page. + * </p> + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_SHOW_TIMERS = "android.intent.action.SHOW_TIMERS"; + + /** * Activity Action: Show the alarms. * <p> * This action opens the alarms page. |
