1
0
mirror of https://github.com/etesync/android synced 2025-01-23 06:01:01 +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" /> <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<application <application
android:allowBackup="false" android:allowBackup="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"