mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'soru/android-backup-rules' into 'main'
fix: Don't allow backup of the android app See merge request famedly/fluffychat!435
This commit is contained in:
		
						commit
						1856f4f2e7
					
				@ -14,7 +14,8 @@
 | 
			
		||||
        android:name=".Application"
 | 
			
		||||
        android:label="FluffyChat"
 | 
			
		||||
        android:icon="@mipmap/ic_launcher"
 | 
			
		||||
        android:requestLegacyExternalStorage="true">
 | 
			
		||||
        android:requestLegacyExternalStorage="true"
 | 
			
		||||
        android:allowBackup="false">
 | 
			
		||||
        <activity
 | 
			
		||||
            android:name=".MainActivity"
 | 
			
		||||
            android:launchMode="singleTask"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user