Skip to content

Commit

Permalink
Merge pull request aleksanderwozniak#745 from porum/master
Browse files Browse the repository at this point in the history
Fix: failed to install on android
  • Loading branch information
aleksanderwozniak committed Jan 6, 2023
2 parents cfdc5b5 + 5bd3a8f commit dd297e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Expand Down

0 comments on commit dd297e1

Please sign in to comment.