Class android.accounts.AccountManager

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)  
 

Added Fields
String ACTION_ACCOUNT_REMOVED  
String KEY_ACCOUNT_SESSION_BUNDLE  
String KEY_ACCOUNT_STATUS_TOKEN  
String PACKAGE_NAME_KEY_LEGACY_NOT_VISIBLE  
String PACKAGE_NAME_KEY_LEGACY_VISIBLE  
int VISIBILITY_NOT_VISIBLE  
int VISIBILITY_UNDEFINED  
int VISIBILITY_USER_MANAGED_NOT_VISIBLE  
int VISIBILITY_USER_MANAGED_VISIBLE  
int VISIBILITY_VISIBLE  
 

Changed Fields
String LOGIN_ACCOUNTS_CHANGED_ACTION Now deprecated.