Top "Android-pendingintent" questions

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

Create new Pending Intent every time in Android

How do I create a pending intent everytime? Currently my existing pending intent is getting replaced with a new one. …

android android-pendingintent
Notification opens activity, back button pressed, main activity is opened?

The best way I can describe my problem is like this: A notification is created at boot (with a BroadcastReceiver). …

android notifications android-intent back-button android-pendingintent
Android Notification restarts app but want to resume

Hi I have a been able to get a notification displayed for my activity, and when the user clicks the …

android background notifications foreground android-pendingintent
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 Notification Action is not fired (PendingIntent)

I am trying to add an Notification action item in my app which is a music player. When a stream …

android android-intent android-activity android-notifications android-pendingintent
PendingIntent to launch and stop a Service

I'm trying to make a simple widget with a button that start a Service with the OnClickPendingIntent(). I can start …

android android-widget android-service android-pendingintent
Android application current activity bring to front issue

I have a basic question for which I don't think attaching any code-snippet may help. When we press home button …

android notifications icons statusbar android-pendingintent
How to use Actions from Notification without starting Activity

So I'm working on a simple music player. The music player as it names states, can play a song, pause …

android android-notifications android-pendingintent mediaplayback
passing intent extra to android broadcast receiver

I have created a AlarmReceiver class which is used as broadcast receiver for alarm. The issue is that I need …

android broadcastreceiver android-intent alarmmanager android-pendingintent