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
Try the following:
public static void addGoogleAccount(final Activity activity) { final AccountManager accountMgr = AccountManager.get(activity); accountMgr.addAccount("com.google", "my_auth_token", null, null, activity, null, null); }