You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 12 and later require you to explicitly specify whether a PendingIntent is mutable or immutable using the flags PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_MUTABLE.
#1219
Open
ChirayuShah opened this issue
Jan 2, 2025
· 0 comments
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_IMMUTABLE);
The text was updated successfully, but these errors were encountered: