我想用一个 SyncAdapter 同步 com.android.contacts 和 com.android.calendar。这可能吗?
如果是,我必须如何编辑以下行?
<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" />