Skip to content

Commit

Permalink
[no-issue]: Fix missing android:exported="true" in AndroidManifest.xml (
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bes authored Jul 18, 2023
1 parent 38f7bc6 commit cd3dd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dockercfg
packages/.vscode/settings.json
**/testRequests/*.http
*:Zone.Identifier
.gradle

# yarn
.yarn/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
android:largeHeap="true">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
Expand Down

0 comments on commit cd3dd73

Please sign in to comment.