Top "Accountmanager" questions

AccountManager keeps track of cloud login information on Android devices.

Should you use AccountManager for storing Usernames and Passwords for an Android app?

I would like to know if one should implement AccountManager to save user credentials such as username, email, passwords etc. …

java android accountmanager password-storage android-account
get Primary Email Account of android phone

I am working on a project, and I have to fill the EditText automatically with the user's primary email, I …

android google-play user-accounts accountmanager
Android SyncAdapter Automatically Initialize Syncing

I have a SyncAdapter for my app, and an AccountManager to add my apps accounts to the Android Account Manager. …

android accountmanager android-syncadapter
Adding account through Account manager

I'm new to android development so sorry if im asking a really obvious question.For my app I want to …

android accountmanager
Android: AccountManager.getAccounts() returns an empty array

I'm writing an app targeted at Lollipop and above. This is my first Android app. I'm trying to get a …

android accountmanager
How to get the user profile on Android device

I want to be able to automatically enter information into the create account form and suggest possibilities based on information …

android android-contacts contactscontract accountmanager google-account
Store additional data in Android Account Manager

I'd like to use the android AccountManager to sync my webservice and application (standard sync of contacts and calander) however, …

android accountmanager
SecurityException when trying to add an account

I'm experimenting with Android AccountManager. I have an Account authentication service that shows UI to enter username/password. I go …

android accountmanager
Android: Google authentication

I want to ask, what is the best way to authenticate user with his Google account already configured on the …

android authentication oauth accountmanager
Webservice credentials - OpenID/Android AccountManager?

I'm building a webservice and would like to use the user's google account credentials. The service runs on GAE and …

android openid google-cloud-datastore accountmanager