Skip to content

Commit

Permalink
Merge pull request #311 from brarcher/allow-backup
Browse files Browse the repository at this point in the history
Allow backups of app data
  • Loading branch information
brarcher authored Oct 5, 2019
2 parents 56709d4 + 3fdff3c commit 66a2cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 66a2cd4

Please sign in to comment.