1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/res/xml/syncadapter.xml Tue Feb 10 18:12:00 2015 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 + 1.6 +<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" 1.7 + android:contentAuthority="com.android.calendar" 1.8 + android:accountType="org.gege.caldavsyncadapter.account" 1.9 + android:userVisible="true" 1.10 + android:supportsUploading="true" 1.11 + android:allowParallelSyncs="true" 1.12 + android:isAlwaysSyncable="true" 1.13 + 1.14 +/> 1.15 \ No newline at end of file