erisu opened a new pull request #1372: URL: https://github.com/apache/cordova-android/pull/1372
### Motivation and Context Explicitly define the `android:exported` attribute on the Activty within the AndroidManifest. Previously, this attribute did not need to be explicitly defined but start in Android 12 it will need to be. > Warning: 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. It is safe to add this to the current major as it does not introduce a breaking change. ### Description Adds the `android:exported="true"` to the activity attribute ### Testing - build test with build-tools 30.0.3 - build test with build-tools 31.0.0 ### Checklist - [x] I've run the tests to see all new and existing tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
