Merge "Add AlarmClock#SHOW_TIMERS"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d07305a2bf
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user