don't allow running in split-window mode

This commit is contained in:
Adam Velebil 2022-08-01 16:08:06 +02:00
parent f757891516
commit 95763c1d27
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -21,6 +21,7 @@
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTop"
android:resizeableActivity="false"
android:screenOrientation="portrait"
android:theme="@style/LaunchTheme"
android:windowSoftInputMode="adjustResize">