1
0
mirror of https://github.com/etesync/android synced 2024-11-05 23:48:59 +00:00

Allow adb backups (not Google cloud backups!) for DAVdroid because of user request

This commit is contained in:
rfc2822 2014-10-17 15:33:00 +02:00
parent 7e20bcd6f5
commit 9e49de1116

View File

@ -17,7 +17,7 @@
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<application
android:allowBackup="false"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"