Example usage for Java android.provider AlarmClock fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ACTION_SET_ALARM Activity Action: Set an alarm. |
String | ACTION_SHOW_ALARMS Activity Action: Show the alarms. |
String | EXTRA_HOUR Bundle extra: The hour of the alarm. |
String | EXTRA_LENGTH Bundle extra: The length of the timer in seconds. |
String | EXTRA_MESSAGE Bundle extra: A custom message for the alarm or timer. |
String | EXTRA_MINUTES Bundle extra: The minutes of the alarm. |
String | EXTRA_RINGTONE Bundle extra: A ringtone to be played with this alarm. |
String | EXTRA_SKIP_UI Bundle extra: Whether or not to display an activity after performing the action. |
String | EXTRA_VIBRATE Bundle extra: Whether or not to activate the device vibrator. |
String | VALUE_RINGTONE_SILENT Bundle extra value: Indicates no ringtone should be played. |