Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where Android app is not launchable (JetBrains#1758)
Launcher `Activity` should have `android:exported` attributes set to `true` so that app launchers have permission to launch the `Activity`. Check official docs for more information: https://developer.android.com/guide/topics/manifest/activity-element#exported
- Loading branch information