-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.needs-triageIssues that need to be assigned.Issues that need to be assigned.
Description
An important change is coming to Android 12 that improves both app and platform security. This change affects all apps that target Android 12.
Activities, services, and broadcast receivers with declared intent-filters now must explicitly declare whether they should be exported or not.
The short version is that many apps may need to update their [Activity] attribute usage to explicitly set ActivityAttribute.Exported.
However, we added ActivityAttribute.MainLauncher, which is also used in our templates:
We should update our AndroidManifest.xml generation & related code so that when MainLauncher=true, we also automatically set exported=true.
mungojam
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.needs-triageIssues that need to be assigned.Issues that need to be assigned.