Skip to content
Snippets Groups Projects
Unverified Commit e32ce6cc authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #11067 from t895/fragile-data

android: Don't prompt to save user data on uninstall
parents 19074854 a6e467cd
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment