public interface AccountProviderEventsHandler
Modifier and Type | Method and Description |
---|---|
void |
onDefaultAccountChanged(AccountProvider accountProvider,
Account account)
Account information and control provider
Provides information on creation , destruction and configuration of user accounts.
|
void onDefaultAccountChanged(AccountProvider accountProvider, Account account)
accountProvider
- The account provider for which the default account has changedaccount
- The new default accountAccountProvider