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

Commits on Jun 17, 2021

  1. Add android:exported required by Android 12 to SDK

    * 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
    jkasten2 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    560203a View commit details
    Browse the repository at this point in the history
  2. Android 12 required exported flag to example app

    * Same as the last commit in this PR but for the example app
    jkasten2 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7c08e87 View commit details
    Browse the repository at this point in the history