Top "Alarmmanager" questions

Android class providing access to the system alarm services.

LocalNotification with AlarmManager and BroadcastReceiver not firing up in Android O (oreo)

I've got my local notifications running on androids prior to SDK 26 But in a Android O I've got the following …

android broadcastreceiver alarmmanager android-8.0-oreo
Internet connection paused after Android phone lock

I am building application which can get location using NETWORK_PROVIDER periodically in background without using GPS_PROVIDER. I am …

android location alarmmanager wakelock
Set an Alarm from My application

I want to create an alarm object from my application. I am writing a To-Do application which will have an …

android alarmmanager alarm android-alarms
AlarmManager and BroadcastReceiver instead of Service - is that bad ? (Timeout)

BACKGROUND INFO: I need to update some data from the web, about every hour or so, even when my app …

android service broadcastreceiver alarmmanager
Scheduled Alarm Manager not working Android

I am trying to start an alarm service that repeats every day at a particular time. I have gone through …

android broadcastreceiver android-service alarmmanager repeatingalarm
Android cannot pass intent extras though AlarmManager

I am trying to put an extra message in my intent to pass to AlarmManager to be triggered at a …

android broadcastreceiver alarmmanager android-pendingintent android-bundle
Android - Find out what hour of day it is

I want to use and alarmManager that sets a repeating alarm to go off on the hour, every hour. I …

android time intervals alarmmanager hour
How to detect if a notification has been dismissed?

Is there any way in Android to detect when a user swipes a notification to the left and deletes it? …

android alarmmanager alarm repeat notificationmanager
java.lang.SecurityException: !@Too many alarms (500) registered from pid 10790 uid 10206

I'm getting this error at the time of Schedule alarm using Alarm Manager am.setExact(AlarmManager.RTC_WAKEUP, timeMillis, pendingIntent); …

android alarmmanager
android: running a background task using AlarmManager

I am writing an app which needs to periodically check the server for new messages and notify the user. I …

android notifications broadcastreceiver alarmmanager