Share via


AccountManager.ActionAccountRemoved Field

Definition

Action sent as a broadcast Intent by the AccountsService when any account is removed or renamed.

[Android.Runtime.Register("ACTION_ACCOUNT_REMOVED", ApiSince=26)]
public const string ActionAccountRemoved;
[<Android.Runtime.Register("ACTION_ACCOUNT_REMOVED", ApiSince=26)>]
val mutable ActionAccountRemoved : string

Field Value

Attributes

Remarks

Action sent as a broadcast Intent by the AccountsService when any account is removed or renamed. Only applications which were able to see the account will receive the intent. Intent extra will include the following fields: <ul> <li> #KEY_ACCOUNT_NAME - the name of the removed account <li> #KEY_ACCOUNT_TYPE - the type of the account </ul>

Java documentation for android.accounts.AccountManager.ACTION_ACCOUNT_REMOVED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to