Fields Summary |
---|
public static final String | LOGIN_ACCOUNTS_CHANGED_ACTIONAction sent as a broadcast Intent by the AccountsService
when accounts are added to and/or removed from the device's
database, or when the primary account is changed. |
public static final String | LOGIN_ACCOUNTS_MISSING_ACTIONAction sent as a broadcast Intent by the AccountsService
when it starts up and no accounts are available (so some should be added). |
private static final String | ACCOUNTS_SERVICE_ACTIONAction on the intent used to bind to the IAccountsService interface. This
is used for services that have multiple interfaces (allowing
them to differentiate the interface intended, and return the proper
Binder.) |
public static final android.content.Intent | SERVICE_INTENTThe intent used to bind to the accounts service. |