mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-17 09:00:58 -04:00
Allow backups of app data
Setting the allowBackup option enables the app to participate in backup and restore infrastructure.
This commit is contained in:
1 parent
56709d40b5
commit
3fdff3c85a
1 file changed
+1
-1
@@ -17,7 +17,7 @@
|
||||
android:required="false" />
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
|
||||
Reference in new issue
Block a user