فهرست منبع

changing the syncadapter target model authority to android contacts

Sven Aßmann 13 سال پیش
والد
کامیت
86cc60bc12
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      res/xml/syncadapter_contacts.xml

+ 1 - 1
res/xml/syncadapter_contacts.xml

@@ -21,7 +21,7 @@
 <!-- for the SyncAdapter. -->
 
 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
-    android:contentAuthority="org.owncloud.contacts"
+    android:contentAuthority="com.android.contacts"
     android:accountType="owncloud"
     android:supportsUploading="true"
 />