mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-02 23:49:57 +00:00
android: Enable retaining app data after uninstall
This commit is contained in:
parent
1cc8011355
commit
940dbdcff2
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
||||||
android:name="org.yuzu.yuzu_emu.YuzuApplication"
|
android:name="org.yuzu.yuzu_emu.YuzuApplication"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:allowBackup="false"
|
android:allowBackup="true"
|
||||||
|
android:hasFragileUserData="true"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
android:banner="@drawable/ic_launcher"
|
android:banner="@drawable/ic_launcher"
|
||||||
|
|
Loading…
Reference in a new issue