The accountmanager tag has no wiki summary.
26
votes
3answers
9k views
Why Should I use android AccountManager?
I've seen AccountManager in the android SDK, and can see it is used for storing account information, but I can't find any general discussion of what it is intended for.
Anyone know of any helpful ...
17
votes
3answers
3k views
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 will have a web client and an Android native client.
This is my first attempt of ...
12
votes
1answer
861 views
How to make AccountManager (authtoken) and OpenID work together (without AppEngine)?
I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google ...
4
votes
1answer
365 views
Using result from android's AccountManager.getAuthToken via Zend_Gdata (401 unauthorized)
I need to retrieve an auth token from an Android device (client side) using AccountManager.getAuthToken and then re-use it via Zend_Gdata (server side)
When using the calendar 'cl' authTokenType ...
4
votes
2answers
2k views
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 want to have the classic login activity that forwards the user to his ...
4
votes
4answers
1k views
AccountManager without a SyncAdapter?
I'm trying to use AccountManager to store account information and have implemented an authenticator, but I keep getting exceptions like the below that crash the phone. Comparing with sample code this ...
3
votes
1answer
979 views
Android AccountManager authToken and OAuth
My task is to write IMAP e-mail client for Gmail. So far I know client should authenticate through OAuth (there's also a java library for IMAP auth by Google). But I'd like to set user free from any ...
3
votes
2answers
979 views
How do we control an Android sync adapter preference?
In an attempt to write a custom Android sync adapter I followed this.
I was success at showing an entry (Account settings) in General setting with the following code snippet from above said example.
...
3
votes
1answer
499 views
How do I implement an Account on Android without a SyncAdapter
I am implementing a login system for an Android application utilizing the built-in accounts system (with the AccountManager APIs).
All is well and good on Android 2.2+, but on Android 2.1 not ...
3
votes
2answers
1k views
Twitter Authentication through Android's AccountManager classes
I am working on a twitter based app and am trying to incorporate Android's built-in Account support for Twitter. The following code works to popup the confirmation dialog for my app to access twitter ...
3
votes
4answers
2k views
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.
AccountManager am = AccountManager.get(this);
Account[] accounts = ...
3
votes
2answers
3k views
Using Android AccountManager to get authtoken for gdata
So I am trying to sync to google docs, without having to ask the user for his credentials. I use this code to get an auth-token:
AccountManager mgr = AccountManager.get(activity);
authToken = ...
2
votes
2answers
72 views
getting Facebook ID of an already registered android Account
I want to get the facebook ID of an Android Account. If it's possible, would like to use the Facebook SDK to do some things like posting on the wall.
How can i get the informations from the ...
2
votes
1answer
71 views
Android: Adding ringtone to contact doesn't work on a contact I just added, but works on a contact I added on previous sync
So I am doing Account Sync, and included in that process is a step where a custom ringtone is added. Here is my method for adding a ringtone:
private static void ringtoneSync(ContentResolver ...
2
votes
1answer
130 views
What protects Android AccountManager passwords from being read by other apps?
I'm writing 1) an app that stores a username and password in the AccountManager, and 2) a separate background Service app that accesses those credentials to login to my servers, etc. Playing around ...
2
votes
1answer
459 views
android get gmail username and password from account manager
I am writing a GMail client for Android. I want to list all GMail accounts in a ListView. When the user clicks one item, I want the program to retrieve the password of the corresponding account.
...
2
votes
2answers
214 views
Store additional data in Android Account Manager
I'd like to use the android AccountManger to sync my webservice and application (standard sync of contacts and calander) however, AccountManager only appears to store a username and password. My web ...
2
votes
1answer
342 views
AccountManager blockingGetAuthToken gets stuck
I've been using the SampleSyncAdapter
as a base to create my own SyncAdapter. It seems to work well to add a new account, but once I want to get the authtoken with ...
2
votes
2answers
481 views
How to get the First Gmail account detail when we switch ON our phone and register it
I have the following code that is getting all the gmail id's that are synchronized with my phone but i want the Main gmail id that user register the first time. Because all the other gmail ...
2
votes
0answers
683 views
AccountManager and OAuth - how to add account?
My application connects with the server, which uses OAuth authorization.
How should I store such accounts in Account Manager?
In case I have login and pass, it can look like below:
Account ...
2
votes
1answer
391 views
Google Account Authenticator asks for permission at run-time
I use AccountManager.getAuthToken from my service to have access to Googledocs and Spreadsheet API.
As I'm doing it from background and don't want to interrupt user , I allow accountManager to raise ...
2
votes
3answers
1k views
Android: Google authentification
I want to ask, what is the best way to authenticate user with his google account already configured on the phone.
I have looked at the ClientLogin first, but it's not what I want because it requires ...
1
vote
1answer
53 views
Android App Development: How to get Google Gmail account credentials to send email automatically?
I'm trying to create an application that uses a Gmail account to send emails automatically.
I do not want that the user enters username and password if he has already added a Gmail account in his ...
1
vote
1answer
56 views
How to request an auth token for multiple services using AccountManager?
Is it possible to request an auth token using AccountManager for more than one service at the same time?
Basically I need access to both the Google Docs API (writely) and the Spreadsheet API (wise).
...
1
vote
0answers
56 views
How do you get your google ID from your phone?
I want to get the google id from the phone. How do I do that?
If I sync the phone with google all my contacts in my contact book that have a google account will be synched and a link to a website can ...
1
vote
1answer
35 views
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 ...
1
vote
0answers
66 views
OAuth to WCF service
Im building an Android application which consumes a WCF-application.
In the application I dont want any login at all. But on the WCF-service I want to authenticate and authorize the user that tries to ...
1
vote
2answers
239 views
Example using Android Account Manager
I was wondering if there are any simple examples, using Android account manager, so that I can understand it better.
Thanks
1
vote
1answer
152 views
Android addAccountExplicitly using “com.google” type
I'm looking for the answer since the begining of the day and I still don't know what to do!
To explain the problem:
My application uses GTasks API. To do this, the user MUST have a google account. I ...
1
vote
2answers
61 views
Unauthorize and App from AccountManager Credential Access
I have an app that I'm developing that uses AccountManager to get credentials for a Google account that is subsequently used for getting a cookie from AppEngine. I've noticed that I find bugs when I ...
1
vote
0answers
39 views
To display user name and details from google id and display them in my android app
Actually iam developing an apllication through which i can sign through my google id and i have to display the name and pic of that googleid in my application.Iam succesfull in getting the google id ...
1
vote
1answer
74 views
Is it possible to use Android API to create a google account using a custom Form?
I'm working on a Welcome app for a new firmware.
This app will run right after a factory reset.
I would like to know if there's a way to create a google account (if the new user doesn't have one ...
1
vote
1answer
234 views
Add account automatically
My application needs to synchronize some data from server. I added necessary classes (similarly to SampleSyncAdapter) now I can add account via "Settings/Sync and Accounts".
But I want to have already ...
1
vote
1answer
157 views
Retreive Access token from Accounts Manager
I have implemented my own authenticator for Facebook and stored access_token in Accounts Manager.
I have tried all 3 ways to retreive auth_token, but in vain.
In my method, I have started a thread, ...
1
vote
1answer
155 views
What features are supported by Android's Google accounts authenticator?
The API documentation for the hasFeatures method of Android's AccountManager has the following to say about which features are supported by each authenticator:
Account features are ...
1
vote
0answers
251 views
Help with Android AccountManager and Google OpenID
I know this seems like a duplicate question but I've read many of the others including Webservice credentials - OpenID/Android AccountManager?. Here's my situation:
I'm currently working on a project ...
1
vote
1answer
318 views
Google AccountManager Android
I've been trying to figure out how to use the Google account manager to simply provide a way for users to Login to my app.
I have the AuthToken returning, but how can I get some unique info on the ...
1
vote
0answers
120 views
How to correctly pass Activity to AccountManager in background thread?
Question to ANDROID developers only:
I'm looking for help with understanding of AccountManager class (http://developer.android.com/reference/android/accounts/AccountManager.html).
In docs there is a ...
1
vote
0answers
139 views
How to identify the Android user account?
I search to identify the user account on an Android device.
using AccountManager API it's not sufficient because an Account doesn't provide information about the Android Market link...
Do you have an ...
1
vote
1answer
193 views
Does anyone have experience to use the confirmCredentials API in the AccountManager (Android)
I want to verify the userid and password is valid or not (such like Google account, Facebook account, Twitter account...). I found and the confirmCredentials API in the AccountManager class. Could I ...
1
vote
1answer
382 views
Custom Account authenticator. Cleanup after account is removed from device
Is there a way to get some kind of notification/broadcast/etc. when a custom account is removed from "Accounts & sync settings"?
The application I have can facilitate multiple users on a device ...
1
vote
1answer
792 views
AccountManager seems to return wrong authToken
I'm working on a Google Tasks App with the new API, but I can't get the authorization to work. I'm using the Android AccountManager to get an authToken, the weird thing is I'm getting an error stating ...
1
vote
1answer
509 views
Add Account in AccountManager can lead to deadlock
When I see that the user has no accounts in account manager I'm trying to do the following to send the user to the account settings activity and have them create an account.
...
1
vote
1answer
220 views
why is the account managed by AccountManager is delete automatically?
My little App creates an account in AccountManager. But if i move the App from internal storage to SD card, the account is automatically delete by AccountManagerService if i unmounted the SD card or ...
1
vote
0answers
385 views
Invalid authTokenType
I'm trying to use the AccountManager for access to third-party applications like Facebook, Twitter etc. Whenever I use the AccountManager and try to get a token, I am getting an error "invalid ...
1
vote
2answers
1k views
SecurityException in getPassword of accountManager in android
I'm trying to retrieve the password of google account, but getting
security exception at String pwd = AccountManager.get(mContext).getPassword(account).
Also i have given permissions in ...
1
vote
0answers
333 views
Account exception about Calendar widget of Android sdk 2.1
I'm running the Calendar widget of the Android SDK2.1 on my device, and get authentication exception. It sounds that something is wrong with the account manager. How could I fixed that problem. ...
0
votes
0answers
13 views
Android Account and Contacts
I have an application that uses an Account Manager to manage user accounts. However, the application is now listed under Contacts > Settings, as a valid application to save contacts to, which is not ...
0
votes
0answers
33 views
Android SyncAdapter / Account Manager Resources
I'm looking for some resources(books, online guides, etc.) for implementing an account manager / syncadapter in android. I foudn this , and I get it at a high level, but I was looking more for a ...
0
votes
0answers
20 views
Requesting access to multiple applications with aliases using AccountManager on Android
I'm currently succeeding in requesting access to multiple applications using AccountManager on Android but only by using an ugly authTokenType:
public static final String AUTHENTICATION_TOKEN_TYPE = ...