ContactsContract.Intents.Insert.ExtraAccount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to specify the account in which to create the new contact.
[Android.Runtime.Register("EXTRA_ACCOUNT", ApiSince=23)]
public const string ExtraAccount;
[<Android.Runtime.Register("EXTRA_ACCOUNT", ApiSince=23)>]
val mutable ExtraAccount : string
Field Value
- Attributes
Remarks
Used to specify the account in which to create the new contact. If this value is not provided, the user is presented with a disambiguation dialog to chose an account Type: Account
Android reference for android.provider.ContactsContract.Intents.Insert.EXTRA_ACCOUNT.
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.