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?)