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
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
This error is in Android 13, the PendingIntent needs a different flag than actual the library is using.
Details
2.x.x
7.1.1
LG
Nexus 5X
Builder
Reproduction Steps
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: