diff options
| author | 2023-07-09 17:20:14 -0700 | |
|---|---|---|
| committer | 2023-07-09 17:20:14 -0700 | |
| commit | e32ce6cc6980fd468280f6e8148cfccdb9853990 (patch) | |
| tree | 7afbdb3aae1f52eb6f63ee303681ba1784bc1769 | |
| parent | Merge pull request #11064 from lat9nq/mingw-no-install-pefile (diff) | |
| parent | android: Don't prompt to save user data on uninstall (diff) | |
| download | yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.gz yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.xz yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.zip | |
Merge pull request #11067 from t895/fragile-data
android: Don't prompt to save user data on uninstall
| -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 | |||
| 22 | android:label="@string/app_name_suffixed" | 22 | android:label="@string/app_name_suffixed" |
| 23 | android:icon="@drawable/ic_launcher" | 23 | android:icon="@drawable/ic_launcher" |
| 24 | android:allowBackup="true" | 24 | android:allowBackup="true" |
| 25 | android:hasFragileUserData="true" | 25 | android:hasFragileUserData="false" |
| 26 | android:supportsRtl="true" | 26 | android:supportsRtl="true" |
| 27 | android:isGame="true" | 27 | android:isGame="true" |
| 28 | android:localeConfig="@xml/locales_config" | 28 | android:localeConfig="@xml/locales_config" |