I need to open https://picasaweb.google.com/home in a Webview, as a user who already has credentials stored with AcountManager. I do not want the user to have to enter his credentials again.
I have found posts suggesting that I can use AccountManager to get authtoken and then somehow insert it in Webview request, but cannot figure out how to do it exactly. Is this possible?