Top "Alarmmanager" questions

Android class providing access to the system alarm services.

Android Intent to start Main activity of application

I am trying to start the main activity from inside a BroadcastReceiver. I dont want to supply the activity class …

android android-intent alarmmanager
Android alarm is cancelled after closing the application

I have a problem with AlarmManager, I set the code for scheduling a repeating alarm and after I run the …

android alarmmanager
How to set more than one alarms at a time in android?

I am making a small app where I have to set alarm from array but only one alarm is set …

android alarmmanager
Alarm Manager and Notification in android

All, I have some doubt in basics .kindly help me to resolve it. in which scenario we will use Alarm …

android notifications alarmmanager reminders
android AlarmManager not waking phone up

I want an activity to be displayed at a certain time. For this, I am using AlarmManager. It works fine …

android alarmmanager
AlarmManager fires alarms at wrong time

I managed everything all right to create a notification service used to fire a notification as a result of an …

android alarmmanager repeatingalarm
How can I correctly pass unique extras to a pending intent?

I'm having a problem with alarmManager and the pending intent with extras that will go along with it. If I …

android android-intent alarmmanager android-pendingintent extras
Fire notification at every 24 hours and at exact time of 8 AM

I am using AlarmManager() to fire notification and repeat it at every 24 hours. My code is on onCreate() in Splash …

android alarmmanager
How to get and cancel a PendingIntent?

I have an alarmManager which I am using to send notifications to the user at specific times. Since there are …

android android-intent alarmmanager android-pendingintent
How to read "adb shell dumpsys alarm" output

I'm struggling with setting an alarm properly, and understanding the mechanism of cancelling and rescheduling alarms. I have found, that …

android adb alarmmanager