Added Methods
|
boolean addAccountExplicitly (Account, String, Bundle, Map<String, Integer>)
|
|
void addOnAccountsUpdatedListener (OnAccountsUpdateListener, Handler, boolean, String[])
|
|
AccountManagerFuture<Bundle> finishSession (Bundle, Activity, AccountManagerCallback<Bundle>, Handler)
|
|
int getAccountVisibility (Account, String)
|
|
(Map<Account, Integer> ) getAccountsAndVisibilityForPackage (String, String)
|
|
(Map<String, Integer> ) getPackagesAndVisibilityForAccount (Account )
|
|
AccountManagerFuture<Boolean> isCredentialsUpdateSuggested (Account, String, AccountManagerCallback<Boolean>, Handler)
|
|
boolean setAccountVisibility (Account, String, int)
|
|
AccountManagerFuture<Bundle> startAddAccountSession (String, String, String[], Bundle, Activity, AccountManagerCallback<Bundle>, Handler)
|
|
AccountManagerFuture<Bundle> startUpdateCredentialsSession (Account, String, Bundle, Activity, AccountManagerCallback<Bundle>, Handler)
|
|