是否可以爲多個帳戶類型擁有同步適配器? (如com.google和com.facebook.auth.login)適用於多個帳戶類型的同步適配器
看來syncadapter.xml只接受像一個單一的值:
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.foo"
android:accountType="com.google"
android:supportsUploading="true"
android:userVisible="true" />
我希望有適合我的用戶喜歡幾個帳戶選項谷歌,臉譜和推特。
我沒有明白。爲什麼你嘗試使用幾種賬戶類型?帳戶類型與服務器地址無關。你能解釋一下嗎? – azad