Android: Set android:hasFragileUserData

This makes Android ask the user whether they want to delete user
data when uninstalling the app instead of always deleting user data,
which is pretty great now that we're forced to use scoped storage.
It only works on Android 10 and up, though.
This commit is contained in:
JosJuice
2021-10-24 16:58:21 +02:00
parent a80fcf38ae
commit d39150c368
3 changed files with 13 additions and 8 deletions

View File

@ -40,7 +40,8 @@
android:fullBackupContent="@xml/backup_rules"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/banner_tv">
android:banner="@drawable/banner_tv"
android:hasFragileUserData="true">
<meta-data
android:name="android.max_aspect"
android:value="2.1"/>