summaryrefslogtreecommitdiff
path: root/core/java/android/accounts/AccountManagerCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* - changed removeAccount() to be handled by the AccountAuthenticator and to ↵Fred Quintana2009-08-141-0/+20
return a boolean - changed the IAccountManager API to use oneway IPCs - changed the AccountManager to not have to start a thread for any of the calls (versus every call)