Specify that everything should be backed up explicitly

This commit is contained in:
Kirill Kamakin
2021-11-07 10:23:03 +03:00
parent 5d937e6d9e
commit d279d70735

View File

@@ -5,6 +5,7 @@
<application
android:name=".MealieApp"
android:allowBackup="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"