diff options
author | bunnei <bunneidev@gmail.com> | 2023-07-09 17:20:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 17:20:14 -0700 |
commit | e32ce6cc6980fd468280f6e8148cfccdb9853990 (patch) | |
tree | 7afbdb3aae1f52eb6f63ee303681ba1784bc1769 /src | |
parent | 190748546d2792979f9ec6ab095181d03f41a540 (diff) | |
parent | a6e467cd55e885f3114f16e4000d558a0659f628 (diff) |
Merge pull request #11067 from t895/fragile-data
android: Don't prompt to save user data on uninstall
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 742685fb0..6184f3eb6 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -22,7 +22,7 @@ SPDX-License-Identifier: GPL-3.0-or-later android:label="@string/app_name_suffixed" android:icon="@drawable/ic_launcher" android:allowBackup="true" - android:hasFragileUserData="true" + android:hasFragileUserData="false" android:supportsRtl="true" android:isGame="true" android:localeConfig="@xml/locales_config" |