diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-07-10 01:02:42 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-07-10 01:02:42 +0200 |
commit | a6e467cd55e885f3114f16e4000d558a0659f628 (patch) | |
tree | e2d757cdc1cf98245a68c81e6002ac99fdf5a0a0 /src/android/app | |
parent | Merge pull request #11063 from liamwhite/oops (diff) | |
download | yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar.gz yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar.bz2 yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar.lz yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar.xz yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.tar.zst yuzu-a6e467cd55e885f3114f16e4000d558a0659f628.zip |
Diffstat (limited to 'src/android/app')
-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" |