Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-pendingintent

Android 12 Pending Intent Immutable flag not available under API 23

extra doesn't pass through intent

In flutter app Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent

Creating different PendingIntent objects - request code vs. different Intent

Incorrect PendingIntent being launched after home key press

Android paho mqtt crashes Android 12 - Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE

requestLocationUpdates with PendingIntent and Broadcast - what broadcasts do I get

Why does my Activity always show the same set of data from a GCM notification?

What are all the flags in pending intent

Android Instantiate a Dummy PendingIntent

Pending Intent not launching

When deleting alarm from AlarmManager, should I also cancel PendingIntent?

wrong Intent receveid in Activity from Notification (in Service)