How can I get the google username on Android?
- by tommy chheng
I've seen references to using the AccountManager like http://stackoverflow.com/questions/2245545/accessing-google-account-id-username-via-android but it seems like it's for grabbing the authtoken?
I just need access to the username, no passwords or any auth tokens.
I'm using android 2.1 sdk.