android: Enable retaining app data after uninstall

This commit is contained in:
Charles Lombardo 2023-04-04 21:01:48 -04:00 committed by bunnei
parent 1cc8011355
commit 940dbdcff2

View file

@ -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"