mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Merge pull request #11067 from t895/fragile-data
android: Don't prompt to save user data on uninstall
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user