Merge pull request #311 from brarcher/allow-backup

Allow backups of app data
This commit is contained in:
Branden Archer
2019-10-04 22:35:12 -07:00
committed by GitHub

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"