Merge "Add AlarmClock#SHOW_TIMERS"

This commit is contained in:
Justin Klaassen
2017-01-10 17:43:05 +00:00
committed by Android (Google) Code Review
4 changed files with 12 additions and 0 deletions

View File

@@ -152,6 +152,15 @@ public final class AlarmClock {
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
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>