I want to open up the account settings for a specific SyncAdapter account. Is there an action and/or URI that can be passed into an Intent to navigate to this activity?

It seems like it'd be straightforward to navigate to the account settings (content providers to sync, etc) for a specific Account, especially given I created the account. (Note that I do not want to navigate to the list of Sync accounts with a SYNC_SETTINGS Intent, though maybe there is a hack, by navigating there first?)

link|improve this question

50% accept rate
the question is not clear – herschel Jan 14 at 14:09
do you want to open the sync adapter PrecerenceActivity? I think you can do it as you do for all the PreferenceActivity – herschel Jan 19 at 10:23
feedback

1 Answer

You can't navigate directly to an account, however you can navigate to the selection page filtered to show only your account types. (always remember, there may be multiple accounts of your defined type)

See: http://stackoverflow.com/a/3010241/633187 and notice the second comment by Maxpower47.

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.