summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-04-04 21:01:48 -0400
committerGravatar bunnei2023-06-03 00:05:49 -0700
commit940dbdcff22739345dfbd34a043e7703143f43ac (patch)
tree0b39f8cfc09316710526e2f694cd054af72137f3 /src/android
parentandroid: Remove unused doFrame function (diff)
downloadyuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.gz
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.xz
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.zip
android: Enable retaining app data after uninstall
Diffstat (limited to 'src/android')
-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 @@
19 android:name="org.yuzu.yuzu_emu.YuzuApplication" 19 android:name="org.yuzu.yuzu_emu.YuzuApplication"
20 android:label="@string/app_name" 20 android:label="@string/app_name"
21 android:icon="@drawable/ic_launcher" 21 android:icon="@drawable/ic_launcher"
22 android:allowBackup="false" 22 android:allowBackup="true"
23 android:hasFragileUserData="true"
23 android:supportsRtl="true" 24 android:supportsRtl="true"
24 android:isGame="true" 25 android:isGame="true"
25 android:banner="@drawable/ic_launcher" 26 android:banner="@drawable/ic_launcher"