Top "Android-pendingintent" questions

An Android class that provides a description of an Intent and target action to perform with it

Stop the setrepeat of Android alarmmanager

I have created the alarm as shown below Intent intent = new Intent(this, Areceiver.class); PendingIntent sender = PendingIntent.getBroadcast(this, 1234567, …

android alarmmanager android-pendingintent
Background service using alarm manager

I have followed below example code for implementing Periodic background service. Periodic task executes correctly If app on foreground on 1…

android broadcastreceiver android-service android-pendingintent android-intentservice
Issue with cancelling the AlarmManager - PendingIntent

I have an app which reminds people to do their tasks. So there is one PendingIntent, now the user can …

android android-pendingintent
Android AlarmManager problem with setting & resetting an alarm

I use an Alarm to fetch data from server. I like to give user the option to start and stop …

android android-intent alarm alarmmanager android-pendingintent
Notification with "null" PendingIntent

I'm trying to implement notification in Android. Now I have a problem, I don't want to have a PendingIntent that …

android-notifications android-pendingintent
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
Get IntentSender object for createChooser method in Android

I would like to use new version of Intent.createChooser method which uses IntentSender. Documentation states only that I can …

android android-intent android-pendingintent
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