I'm wading through the poorly documented AccountManager API and am a
bit confused on a few points.  There's nothing like having to reverse-
engineer public APIs :).

Anyway, I'm curious about how to test the use of this API in an end-to-
end fashion.  One very tricky aspect of the account manager is its
ability to query the user before granting access to a particular
account.  I can't seem to find any mention of how to "un-grant"
permission for a particular application to use an account.  Does
anyone know how this is done?

Also, has anyone figured out what "authTokenType" is supposed to
represent?  Using "android" seems to work for getting a google.com
auth token, but it makes me nervous that I have no idea what this
property is really intended for.  I could be building in a breaking
point.

Hey Google people, it would be really, really helpful to have a good
working example of this API.  Even better, some comprehensible docs
would help.  A mobile app interacting with an AppEngine backend would
make sense for an example.

Dave

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to