summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/AndroidManifest.xml')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 18539af80..4bec15f1d 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -19,7 +19,8 @@
android:name="org.yuzu.yuzu_emu.YuzuApplication"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
- android:allowBackup="false"
+ android:allowBackup="true"
+ android:hasFragileUserData="true"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/ic_launcher"