Explicitly allow backups
This commit is contained in:
parent
d5774e8511
commit
f511ca2028
@ -13,6 +13,7 @@
|
|||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/main_activity_title"
|
android:label="@string/main_activity_title"
|
||||||
android:theme="@style/AppBaseTheme"
|
android:theme="@style/AppBaseTheme"
|
||||||
|
android:allowBackup="true"
|
||||||
android:backupAgent=".HabitsBackupAgent">
|
android:backupAgent=".HabitsBackupAgent">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user