I\'ve been experimenting with the Android SDK over the past few days, in readiness to write an App for the store, however I\'ve run across a bit of a problem.
The Ap
For recent Androids using adb you can do:
adb
adb shell am start -a android.settings.ADD_ACCOUNT_SETTINGS \ -n com.android.settings/.accounts.AddAccountSettings
(You’ll still have to select what account type you’d like though)