Merge branch 'develop' into regular_authentication_in_saml_server
[pub/Android/ownCloud.git] / res / xml / syncadapter_files.xml
index 03fedbf..8c8d8b3 100644 (file)
 <!-- for the SyncAdapter. -->
 
 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
-    android:contentAuthority="org.owncloud"
-    android:accountType="owncloud"
+    android:contentAuthority="@string/authority"
+    android:accountType="@string/account_type"
     android:supportsUploading="true"
+    android:userVisible="true"
+    android:allowParallelSyncs="true"
+    android:isAlwaysSyncable="true"
 />