mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-07 06:28:04 -05: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:
@@ -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