diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-04-05 03:01:48 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:49 +0200 |
commit | 940dbdcff22739345dfbd34a043e7703143f43ac (patch) | |
tree | 0b39f8cfc09316710526e2f694cd054af72137f3 /src | |
parent | android: Remove unused doFrame function (diff) | |
download | yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.gz yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.bz2 yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.lz yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.xz yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.zst yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 3 |
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" |