I want to use AccountManager in Android, to verify a com.google account. I've already know how to get the account, But I've got several questions,
- If the account is not in AccountManager, and the account self is under com.google domain, then how can I add it?
- How AccountManager manage tokens? It retrieves tokens automatically, or I need to do it manually?
- I'm trying to use Google Reader API with ClientLogin, then I may need password for the first time. If some com.google accounts are stored previously by other apps, can I use them to get the password?
Edit on 2011.08.20
To clarify the question, what I want to ask it this,
- Google applications on Android has its own routine to verify Google accounts, and I want to know whether it's possible to call the routine created by Google applications, and get my own authority?
- If there's no Google Account on Android phone, how can I add an account, which will be accepted by Google applications later?