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
The clue is in your shell command:
Intent intent = new Intent(); intent.setClassName( "com.google.android.gsf", "com.google.android.gsf.login.AccountIntroActivity" ); context.startActivity( intent );