我创建了一个同步适配器,用于查询脏联系人,我想让它同步我现有的Exchange服务器帐户。
我认为我的问题是使用syncadapter.xml
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
android:accountType="com.android.exchange"
android:supportsUploading="true"
android:userVisible="true" />
我不想像谷歌的示例同步适配器那样创建新帐户,我希望我的适配器能够将联系人与现有的公司帐户同步。