android: disable app data backup competely (#2907)

This commit is contained in:
Evgeny Poberezkin
2023-08-12 14:17:00 +01:00
committed by GitHub
parent 0176bc3b2c
commit a2fef15440
4 changed files with 9 additions and 51 deletions
@@ -24,9 +24,8 @@
<application
android:name="SimplexApp"
android:allowBackup="true"
android:fullBackupOnly="true"
android:backupAgent="BackupAgent"
android:allowBackup="false"
android:fullBackupOnly="false"
android:icon="@mipmap/icon"
android:label="${app_name}"
android:extractNativeLibs="${extract_native_libs}"