mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Explicitly allow backups
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user