Android class providing access to the system alarm services.
I am a beginner and I am developing an android application which will keep on sending SMS to the user …
android alarmmanager scheduledexecutorserviceI know there is a lot of questions about this but I really don't know where is my mistake. My …
android alarmmanagerBesides setting and exact time (i.e. midnight) versus setting a delay (i.e. 24 hours), what's the difference between using …
android scheduling alarmmanagerI'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-alarmsIn my manifest file I have declared the receiver. (as follows) <receiver android:name=".OnAlarmReceive" /> however, once I …
android notifications broadcastreceiver alarmmanager android-broadcastI would like to make a delay(10 min) for user then after it, user can edit something. to do this,…
android alarmmanagerI have an Android application. When the app is running, the alarm should be muted or disabled. After closing the …
android alarmmanager android-alarmsWhat i m trying to do is get the selected ringtone from the user, set an AlarmManager alarm to play …
java android uri alarmmanagerI'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-standbyThis 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