Allow backups of app data

Setting the allowBackup option enables the app to participate
in backup and restore infrastructure.
This commit is contained in:
Branden Archer
2019-10-04 22:27:17 -07:00
parent 56709d40b5
commit 3fdff3c85a

View File

@@ -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"