Created a test app using Eclipse to get the authToken from one of my google e-mail accounts on my device.
Executing this prompted me with the allow access dialog where i press allow access:
accountManager.getAuthToken(account,"oauth2:https://www.googleapis.com/auth/userinfo.profile", false, new GetAuthTokenCallback(), null);
I wanted to create a chooser dialog that works from API8 and up where the user can choose what google account he allow me to access. To do this i have to revoke the permission to see the screen again.
should i see my test app on this page or not?
Authorized Access to your Google Account
I have search for a way to revoke the permission and non is working..
Only thing working is to create a new app project.