Android.Provider.Settings.ExtraAccountTypes Field
Activity Extra: Limit available options in launched activity based on the given account types.

Syntax

[Android.Runtime.Register("EXTRA_ACCOUNT_TYPES")]
public const string ExtraAccountTypes

Remarks

Activity Extra: Limit available options in launched activity based on the given account types.

This can be passed as an extra field in an Activity Intent with one or more account types as a String[]. This field is used by some intents to alter the behavior of the called activity.

Example: The Settings.ActionAddAccount intent restricts the account types to the specified list.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18