Java android.provider AlarmClock fields, constructors, methods, implement or subclass

Example usage for Java android.provider AlarmClock fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider AlarmClock.

The text is from its open source code.

Field

StringACTION_SET_ALARM
Activity Action: Set an alarm.
StringACTION_SHOW_ALARMS
Activity Action: Show the alarms.
StringEXTRA_HOUR
Bundle extra: The hour of the alarm.
StringEXTRA_LENGTH
Bundle extra: The length of the timer in seconds.
StringEXTRA_MESSAGE
Bundle extra: A custom message for the alarm or timer.
StringEXTRA_MINUTES
Bundle extra: The minutes of the alarm.
StringEXTRA_RINGTONE
Bundle extra: A ringtone to be played with this alarm.
StringEXTRA_SKIP_UI
Bundle extra: Whether or not to display an activity after performing the action.
StringEXTRA_VIBRATE
Bundle extra: Whether or not to activate the device vibrator.
StringVALUE_RINGTONE_SILENT
Bundle extra value: Indicates no ringtone should be played.