New posts in android-pendingintent

AlarmManager setInexactRepeating, setWindow, setRepeating methods do not fire alarm when called from within loop for week days

PendingIntent is not working on Android O

Pending intent in notification not working

Cancelling a PendingIntent

Is it possible to create multiple PendingIntents with the same requestCode and different extras?

Extract notification text from parcelable, contentView or contentIntent

Widget not updated on launcher restart

Android Notification PendingIntent Extras null

How to use "goAsync" for broadcastReceiver?

How to open fragment page, when pressed a notification in android

How can I correctly pass unique extras to a pending intent?

Get list of active PendingIntents in AlarmManager

How to remove notification from notification bar programmatically in android?

How to resolve "Missing PendingIntent mutability flag" lint warning in android api 30+?

Android cannot pass intent extras though AlarmManager

Can't stop the ringing alarm from another activity

Hide the open on phone action on wearable

PendingIntent works correctly for the first notification but incorrectly for the rest

What's "requestCode" used for on PendingIntent?

Intent - if activity is running, bring it to front, else start a new one (from notification)