com.android.contactsとcom.android.calendarを1つのSyncAdapterで同期します。これは可能ですか?1つのSyncAdapterで複数のプロバイダを同期する
「はい」の場合、次の行をどのように編集する必要がありますか?
<sync-adapter
xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
android:accountType="com.package.account"
android:supportsUploading="false"
android:userVisible="true" />
この答えが間違っている - あなたは、複数の機関に 'SyncAdapter'を結ぶことはできませんが、あなたはまだからエクスポートされたすべての' ContentProvider'sにアクセスすることができます'onPerformSync()'メソッド... – Vasiliy