Is it possible to have a syncadapter for several account-types? (e.g. com.google and com.facebook.auth.login)
It seems the syncadapter.xml just accepts a single value like: <?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" /> I want to have several account options available for my users like google, facebook and twitter. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

