I have an app that I'm developing that uses AccountManager to get credentials for a Google account that is subsequently used for getting a cookie from AppEngine. I've noticed that I find bugs when I send the app to testers because they get prompted to authorize the account. I need to do a bunch of testing and am looking for a way to "unauthorize" an app from a particular credential so I can do my testing on the next install. I can't find anything in settings where I can remove the authorization to an account from an app. Do you know of a way to do this?

Thank you,
Stateful

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

At least as of 2.3, there is no API for this. IIRC, if you install the application, the authorization entry will be removed from the database, so a re-install should work.

link|improve this answer
In order to test the registration activity I have to uninstall; this activity doesn't show once the device is successfully registered to the app at AppEngine. Uninstall has worked a couple times (out of probably 100 so far) but it's not consistent. So far the only way to consistently get it to request authorization for the account is to restore the phone to factory defaults which takes a while each time. – Stateful Nov 21 '11 at 2:11
feedback

It is true that uninstalling is most of the time not enough. You need to uninstall and restart the phone right afterwards. At least this works for me

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.