From 03fd8ddce695608d193356fea021cf0280774a4b Mon Sep 17 00:00:00 2001 From: mahdihijazi Date: Mon, 2 Jul 2018 16:24:57 +0200 Subject: [PATCH] Disable automatic backup Since we don't have proper confuguration file of what to include/exclude in the backup, this better be disabled because it will lead to unexpected state. This will solve any issue that was keep hapenning even after fresh install of the emulator until you manually clear the app data. --- Source/Android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index aa0b121c5c..03562e7447 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:name=".DolphinApplication" android:label="@string/app_name" android:icon="@drawable/ic_launcher" - android:allowBackup="true" + android:allowBackup="false" android:supportsRtl="true" android:isGame="true" android:banner="@drawable/banner_tv">