From 3ed3244111dbd14f77c2cd84b8a45ebf2806fb06 Mon Sep 17 00:00:00 2001 From: "Mr. Dragon" Date: Wed, 24 Jul 2019 00:48:12 +0530 Subject: [PATCH] Manifest : Prevent restarting activities on configuration change https://gitlab.com/AuroraOSS/AuroraStore/issues/115 https://gitlab.com/AuroraOSS/AuroraStore/issues/110 --- app/src/main/AndroidManifest.xml | 35 ++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 83c1a3be7..3a3e3e2b2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -62,7 +62,9 @@ android:usesCleartextTraffic="true" tools:ignore="GoogleAppIndexingWarning"> - + @@ -87,7 +89,9 @@ android:name="android.app.searchable" android:resource="@xml/searchable" /> - + @@ -111,16 +115,29 @@ - - - + + + + - - - + + +