Quellcode durchsuchen

Merge pull request #11067 from t895/fragile-data

android: Don't prompt to save user data on uninstall
bunnei vor 3 Jahren
Ursprung
Commit
e32ce6cc69
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/android/app/src/main/AndroidManifest.xml

+ 1 - 1
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"