Top "Accountmanager" questions

AccountManager keeps track of cloud login information on Android devices.

Can I use AccountManager to let users sign in with their Google account?

I'm creating an app that will need users to create an account. (Like Facebook or Twitter would require you to.) …

android account accountmanager google-account
Shouldn't Android AccountManager Store OAuth Tokens on a Per-App/UID Basis?

Android's AccountManager appears to fetch the same cached auth token for apps with different UIDs - is this secure? It …

android security authentication oauth accountmanager
How to retrieve an Facebook-AuthToken from the accounts saved on Android

I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code. …

android facebook accountmanager auth-token
Handling login and remember me with the AccountManager

I've integrated android's account management in my application and I can manage accounts from the Accounts & Sync settings. I …

android accountmanager
Use refresh token if auth token expired in account authenticator

I have an app which uses AccountManager to store users' accounts. Users log in and sign up through my REST …

android api authentication access-token accountmanager