OnAccountsUpdateListenerpublic interface OnAccountsUpdateListener An interface that contains the callback used by the AccountManager |
Methods Summary |
---|
public void | onAccountsUpdated(Account[] accounts)This invoked when the AccountManager starts up and whenever the account
set changes.
|
|