Merge pull request #123 from TheLastProject/patch-1

Fix installing on Android 12
This commit is contained in:
Roland Geider
2022-01-12 09:57:08 +01:00
committed by GitHub

View File

@@ -30,6 +30,7 @@
<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"