accountmanager
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 sta[详细]
2023-03-06 03:07 分类:问答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 rais[详细]
2023-02-21 20:12 分类:问答How to call parent activity function from ASyncTask?
setAccountAuthenticatorResult can be called from the Activity, which extends AccountAuthenticatorActivity. My activity extends that, but launches ASyncTask and hence this setAccountAuthenticatorResult[详细]
2023-02-21 20:08 分类:问答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.[详细]
2023-02-20 14:36 分类:问答How to retrieve password from the configured email on the android phone
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[详细]
2023-02-19 02:06 分类:问答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).[详细]
2023-02-18 14:30 分类:问答Connecting to GMAIL through IMAP using OAuth and the Google account token provided by Android's AccountManager
I want to access GMAIL through IMAP from android, using OAuth. As shown here: http://code.google.com/apis/gmail/oauth/protocol.html#imap[详细]
2023-02-17 00:02 分类:问答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 Ac开发者_如何学Ccounts & Sync settings.[详细]
2023-02-16 22:08 分类:问答Android AccountManager and SyncManager implementation caused only Name field to appear in Add/Edit Contact screen
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[详细]
2023-02-09 10:13 分类:问答How do I retrieve the logged in Google account on android phones?
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[详细]
2023-01-22 12:14 分类:问答