Contacts.Intents.ExtraForceCreate Field

Definition

Caution

deprecated

Used with #SHOW_OR_CREATE_CONTACT to force creating a new contact if no matching contact found.

[Android.Runtime.Register("EXTRA_FORCE_CREATE")]
[System.Obsolete("deprecated")]
public const string ExtraForceCreate;
[<Android.Runtime.Register("EXTRA_FORCE_CREATE")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraForceCreate : string

Field Value

Attributes

Remarks

Used with #SHOW_OR_CREATE_CONTACT to force creating a new contact if no matching contact found. Otherwise, default behavior is to prompt user with dialog before creating.

Type: BOOLEAN

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.Intents.EXTRA_FORCE_CREATE.

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