From 11a10cfd84f1781b1b7dc5609548feebe928ccd8 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 10 Feb 2022 21:05:31 +0100 Subject: [PATCH] updated Manifest file for Android platform --- build-projects/android/app/src/main/AndroidManifest.xml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-projects/android/app/src/main/AndroidManifest.xml.tmpl b/build-projects/android/app/src/main/AndroidManifest.xml.tmpl index 6e01acf9..5ede74b0 100644 --- a/build-projects/android/app/src/main/AndroidManifest.xml.tmpl +++ b/build-projects/android/app/src/main/AndroidManifest.xml.tmpl @@ -47,6 +47,8 @@ android:alwaysRetainTaskState="true" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation|screenSize" + android:preferMinimalPostProcessing="true" + android:exported="true" > -- 2.34.1