mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	android: Don't prompt to save user data on uninstall
While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy.
This commit is contained in:
		
							parent
							
								
									8a87a41f2d
								
							
						
					
					
						commit
						a6e467cd55
					
				| @ -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" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user