Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PendingIntent FLAG_IMMUTABLE or FLAG_MUTABLE flag issue at target version 31 #27

Merged
merged 3 commits into from
Feb 27, 2022

Conversation

wklim00
Copy link

@wklim00 wklim00 commented Jan 21, 2022

fixed a issue below:

java.lang.IllegalArgumentException: com.mintsoft.hybrid.android: 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.

@wklim00 wklim00 changed the title Master snapshot PendingIntent FLAG_IMMUTABLE or FLAG_MUTABLE flag issue at target version 31 Jan 21, 2022
@lwkwww lwkwww deleted the master-SNAPSHOT branch January 23, 2022 15:33
@wklim00 wklim00 restored the master-SNAPSHOT branch January 24, 2022 00:01
@Justson Justson merged commit 58344dc into Justson:master Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants