Search code examples
androidbrowserpasswordsaccountmanager

Android Is AccountManager add Browser Page Open


Is AccountManager logic used for opening web pages in Browser? I mean if user opened gmail.com, entered his credentials, and selected remember password, I can see that these details are stored in Web View DB, However I could not figure out whether it is using AccountManager to create an a/c for this user or the user credentials are directly sent to the server using some url or xml format? Please let me know where this Browser sending user credentials to the server code is available


Solution

  • AccountManager details are never used in Browser to find out which user is currently logged in.