Top "Android-pendingintent" questions

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

Can a broadcastReceiver catch multiple broadcasts?

I am trying to create multiple proximity alerts but I cant get it to work... I think that the broadcast …

android geolocation broadcast proximity android-pendingintent
Can't start activity from BroadcastReceiver on android 10

I updated my OS version to android 10 last night, and since then the startActivity function inside the broadcast receiver is …

android broadcastreceiver android-pendingintent start-activity android-10.0
Passing data with a PendingIntent

I am attempting to raise a notification that a message has arrived. I have added an action expecting an icon (…

android notifications android-pendingintent
Geofences not triggering (pendingintents and broadcastreceiver)

I've used the Android tutorial with Geofences which, obviously, doesn't work when app is closed. So, after searching around, I've …

android geolocation android-pendingintent android-geofence
How does AlarmManager.AlarmClockInfo's PendingIntent work?

I am trying to use AlarmManager.AlarmClockInfo to set an alarm. The constructor to this takes the time and a …

android android-pendingintent
How to create different pendingintent so filterEquals() return false?

I'm using AlarmManager to set up repeating intents but it has caused some little troubles so hope anyone could help. …

android alarmmanager repeat android-pendingintent
Why is my android alarm manager firing instantly?

I am following sample code for sending an update notification every 10'seconds. The code follows and it is in an …

android alarmmanager android-appwidget android-pendingintent
How to get Intent from PendingIntent

Can I get the Intent from a PendingIntent? Here is the scenario: I create an Intent (let's call it myIntent) …

android android-intent android-pendingintent