mirror of
https://github.com/etesync/android
synced 2025-01-23 14:10:54 +00:00
Allow adb backups (not Google cloud backups!) for DAVdroid because of user request
This commit is contained in:
parent
7e20bcd6f5
commit
9e49de1116
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user