Top "Alarmmanager" questions

Android class providing access to the system alarm services.

Which is Better ScheduledExecutorService or AlarmManager in android?

I am a beginner and I am developing an android application which will keep on sending SMS to the user …

android alarmmanager scheduledexecutorservice
IntentService won't start using AlarmManager

I know there is a lot of questions about this but I really don't know where is my mistake. My …

android alarmmanager
Difference between AlarmManager and ScheduledExecutorService

Besides setting and exact time (i.e. midnight) versus setting a delay (i.e. 24 hours), what's the difference between using …

android scheduling alarmmanager
AlarmManager when the phone is turned off - ANDROID

I'm doing an alarm System but i've a problem when the phone is turned off.. The alarm doesn't work.. I'm …

android alarmmanager android-pendingintent android-alarms
BroadcastReceiver not working when app is not running

In my manifest file I have declared the receiver. (as follows) <receiver android:name=".OnAlarmReceive" /> however, once I …

android notifications broadcastreceiver alarmmanager android-broadcast
Android Alarm manager working, but delayed

I would like to make a delay(10 min) for user then after it, user can edit something. to do this,…

android alarmmanager
How to turn off an alarm programmatically on Android

I have an Android application. When the app is running, the alarm should be muted or disabled. After closing the …

android alarmmanager android-alarms
Android: Save android.net.Uri object to Database

What i m trying to do is get the selected ringtone from the user, set an AlarmManager alarm to play …

java android uri alarmmanager
Alarm Manager issue in Android 6.0 Doze mode

I've made an app that always worked until Android 6.0. I think it's the Doze feature that it's not allowing my …

android alarmmanager android-pendingintent android-alarms android-doze-and-standby
Controlling the Alarm icon in status bar

This question relates to Android versions pre-Lollipop. For Lollipop API, check related question: Lollipop API for controlling the Alarm icon …

android alarmmanager alarm android-alarms undocumented-behavior