Commit 0d0c2d59 authored by Mygod's avatar Mygod

Add android:allowBackup to suppress warning

parent 16ee0ede
......@@ -20,6 +20,7 @@
<application
android:name=".App"
android:icon="@mipmap/ic_launcher"
android:allowBackup="true"
android:backupAgent=".ConfigBackupHelper"
android:fullBackupContent="@xml/backup_descriptor"
android:fullBackupOnly="true"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment