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 sta
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 rais
setAccountAuthenticatorResult can be called from the Activity, which extends AccountAuthenticatorActivity. My activity extends that, but launches ASyncTask and hence this setAccountAuthenticatorResult
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.
I\'m trying to retrieve the password of google account, but getting security exception. Also i have given permissions in android开发者_JAVA技巧Manifest.xml to
I am implementing a login system for an Android application utilizing the built-in accounts system (with the AccountManager APIs).
I want to access GMAIL through IMAP from android, using OAuth. As shown here: http://code.google.com/apis/gmail/oauth/protocol.html#imap
I\'ve integrated android\'s account management in my application and I can manage accounts from the Ac开发者_如何学Ccounts & Sync settings.
We implemented Android\'s Account Manager and Sync Manager api to create contact sync. But when user selects our account while adding contact, it only displays Name fields and all other fields disappe
I am developing an Android application and I need to retrieve the G开发者_StackOverflowoogle account used on the phone. I want to do this for the C2DM, but I don\'t want to ask the user to enter in hi