I have tried the great Google example to sync contact from a webservice and that work fine. This is called the SampleSyncAdapter and really worth it: http://developer.android.com/resources/samples/SampleSyncAdapter/index.html

I succed everything, but I cannot found in the example nor in the documentation a way to add a category that would link to a custom activity, exactly like the screenshot below:

(I have only the sync account option with the checkbox)

enter image description here

So, my question is: how can I add the account settings category?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Have a look to this:

How do we control an Android sync adapter preference?

It worked for me

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.