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

Add immutable flag to pending intents for Android 12 #1040

Closed
wants to merge 1 commit into from

Conversation

nbadal
Copy link
Contributor

@nbadal nbadal commented Jul 12, 2021

As required in Android 12.
As far as I can tell none of these intents need to be mutable, but let me know if that's wrong!

Copy link

@thebino thebino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@CanYumusak
Copy link

CanYumusak commented Jul 26, 2021

This PR will lead to the app no longer crashing due to missing flags but does not take into account the new permissions for Android 12. Also the StartupBroadcastReceiver should be explicitly marked as exportable.

These should be taken care of also (in a separate PR I guess?)

@davidgyoung davidgyoung mentioned this pull request Aug 1, 2021
@davidgyoung
Copy link
Member

davidgyoung commented Aug 1, 2021

Thanks, @nbadal. I have merged this into #1043 with other Android 12 changes. @CanYumusak please see discussion of permission changes there.

@davidgyoung davidgyoung closed this Aug 1, 2021
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.

5 participants