Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-pendingintent

How to use PendingIntent to communicate from a Service to a client/Activity?

Starting app only if its not currently running

How to use Actions from Notification without starting Activity

Get IntentSender object for createChooser method in Android

Extract notification text from parcelable, contentView or contentIntent

Multiple notifications to the same activity

Delete alarm from AlarmManager using cancel() - Android

Pending intent in notification not working

Android cannot pass intent extras though AlarmManager

Android Notification PendingIntent Extras null

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

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

How to remove notification from notification bar programmatically in android?

Get list of active PendingIntents in AlarmManager

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)

PendingIntent does not send Intent extras

Notification passes old Intent Extras

Calling startActivity() from outside of an Activity?