summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2024-05-08 08:14:58 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2024-05-08 08:14:58 +0300
commitbf0b718cd0b6c7823e9d2037d3bdece44185f444 (patch)
tree58c34b9b8728be52f944ddb57d79e79765148e6b /examples/sensors/maze/android/AndroidManifest.xml
parent7f8b55744f87155a4979dd8ba405bd7feec03042 (diff)
parent0bd920600c7e5164176245041491e1ef8ff2e2b0 (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.14' into tqtc/lts-5.15-opensourcev5.15.14-lts-lgpl5.15
Diffstat (limited to 'examples/sensors/maze/android/AndroidManifest.xml')
-rw-r--r--examples/sensors/maze/android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sensors/maze/android/AndroidManifest.xml b/examples/sensors/maze/android/AndroidManifest.xml
index ac1cd58f..ea72572f 100644
--- a/examples/sensors/maze/android/AndroidManifest.xml
+++ b/examples/sensors/maze/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<manifest package="org.qtproject.example" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
- <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:extractNativeLibs="true">
- <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="portrait" android:launchMode="singleTop">
+ <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:extractNativeLibs="true" android:allowBackup="true" android:fullBackupOnly="false">
+ <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="portrait" android:launchMode="singleTop" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>