Merge pull request #63 from clackbib/disable_backup

Disable android backup as this app uses EncryptedSharedPrefs. Usage o…
This commit is contained in:
Vitor Pamplona 2023-02-03 09:46:54 -05:00 committed by GitHub
commit bb3e38d079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.CAMERA" />
<application
android:allowBackup="true"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@drawable/amethyst"