Prevent split screen warning under Android

This commit is contained in:
Martchus 2019-07-22 21:11:33 +02:00
parent 53aa56108c
commit 73748692b7
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0"?>
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.1.0" android:versionCode="4" android:installLocation="auto">
<application android:icon="@mipmap/ic_launcher" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<application
android:icon="@mipmap/ic_launcher"
android:name="org.qtproject.qt5.android.bindings.QtApplication"
android:label="@string/app_name"
android:resizeableActivity="true">
<activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name="org.martchus.passwordmanager.Activity"