Top "Alarm" questions

Anything related to the design and implementation of alarms.

Call Notification from BroadcastReceiver

I have the code : public void AlarmStart() { Calendar cal = Calendar.getInstance(); cal.add(Calendar.MINUTE, 5); Intent intent = new Intent(MainNote.…

android android-activity notifications alarm
How to get requestCode from pending intent at the time of alarm in android

Is it possible to get requestCode at the time of intent either in Receiver class or Activity Class? and this …

android android-intent alarmmanager alarm android-pendingintent
Lollipop API for controlling the Alarm icon in status bar

This is a Lollipop-specific question, since the API has changed. To find out how to do this on earlier versions, …

android alarmmanager alarm android-alarms undocumented-behavior
Android - How to set system Alarm Clock from my own app

I would like to set a normal, Android alarm clock in my app - the one in the default Android …

android alarmmanager alarm