Allow Backups

This commit is contained in:
tzugen 2022-08-11 08:18:25 +02:00
parent 6e9ae10e15
commit a83ca334b6
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -20,7 +20,7 @@
android:xlargeScreens="true"/>
<application
android:allowBackup="false"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_descriptor"
android:dataExtractionRules="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"