What intent to start to show Manage Accounts / Sync Settings activity? What is the easiest way to lookup intents for such system activities?
SOLUTION: Thanks to hint from @cant0na, to start Manage Accounts activity:
new Intent("android.settings.SYNC_SETTINGS")
How to lookup intents see @cant0na's answer.