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

Update AndroidManifest.tmpl.xml #2551

Merged
merged 4 commits into from
Feb 10, 2022
Merged

Update AndroidManifest.tmpl.xml #2551

merged 4 commits into from
Feb 10, 2022

Commits on Feb 5, 2022

  1. Update AndroidManifest.tmpl.xml

    For the apps targeting api level 31 (A12) and contain activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these app components. If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher. (https://developer.android.com/about/versions/12/behavior-changes-12). I added three changes accordingly with the requirements.
    drahba committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    3acbfa6 View commit details
    Browse the repository at this point in the history
  2. Update AndroidManifest.tmpl.xml

    For the apps targeting api level 31 (A12) and contain activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these app components. If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher. (https://developer.android.com/about/versions/12/behavior-changes-12). I added three changes accordingly with the requirements.
    drahba committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    102b950 View commit details
    Browse the repository at this point in the history
  3. Update AndroidManifest.tmpl.xml

    For the apps targeting api level 31 (A12) and contain activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these app components. If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher. (https://developer.android.com/about/versions/12/behavior-changes-12). I added three changes accordingly with the requirements.
    drahba committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    73e1f27 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Update AndroidManifest.tmpl.xml

    For the apps targeting api level 31 (A12) and contain activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these app components. If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher. (https://developer.android.com/about/versions/12/behavior-changes-12). I added three changes accordingly with the requirements.
    drahba committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    3dab253 View commit details
    Browse the repository at this point in the history