updated Manifest file for Android platform
authorHolger Schemel <info@artsoft.org>
Thu, 10 Feb 2022 20:05:31 +0000 (21:05 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 10 Feb 2022 20:05:38 +0000 (21:05 +0100)
build-projects/android/app/src/main/AndroidManifest.xml.tmpl

index 6e01acf90c11c0b77c25966c3daa413ca95cc392..5ede74b0ea3412b71e71cff32a3d94c8a9f64605 100644 (file)
@@ -47,6 +47,8 @@
                   android:alwaysRetainTaskState="true"
                   android:launchMode="singleInstance"
                  android:configChanges="keyboardHidden|orientation|screenSize"
+                 android:preferMinimalPostProcessing="true"
+                 android:exported="true"
                  >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />