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 android:exported to AndroidManifest.xml per Android 12's requirements #1362

Merged
merged 2 commits into from
Jun 17, 2021

Conversation

jkasten2
Copy link
Member

@jkasten2 jkasten2 commented Jun 17, 2021

Description

See Android 12's documentation on this requirement:
https://developer.android.com/about/versions/12/behavior-changes-12#exported

Details

See commit notes for more detail.

Related

Fixes #1349


This change is Reviewable

* All components in AndroidManifest.xml that have intent-filters now
requires the `android:exported` attribute.
   - See Android's Documentation on this:
      - https://developer.android.com/about/versions/12/behavior-changes-12#exported
* Also added exported attribute to other components for consistently
* Same as the last commit in this PR but for the example app
Copy link
Contributor

@emawby emawby left a comment

Choose a reason for hiding this comment

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

Reviewed 4 of 4 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Jeasmine)

@jkasten2 jkasten2 merged commit f5aa743 into main Jun 17, 2021
@jkasten2 jkasten2 deleted the fix/android_12_manifest_export_flag branch June 17, 2021 21:44
@Jeasmine Jeasmine mentioned this pull request Jul 12, 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.

Build fails when targeting Android 12 - Explicitly declare android:exported
2 participants