mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59: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…
Reference in New Issue
Block a user