Sprache

Intent.ExtraUseSystemContactsPicker Field

Definition

Optional boolean extra indicating if the system contacts picker should be invoked with ACTION_PICK, if data field is set as one of: data android:mimeType="vnd.android.cursor.dir/contact"; data android:mimeType="vnd.android.cursor.dir/phone_v2"; data android:mimeType="vnd.android.cursor.dir/postal-address_v2"; data android:mimeType="vnd.android.cursor.dir/email_v2"

[Android.Runtime.Register("EXTRA_USE_SYSTEM_CONTACTS_PICKER", ApiSince=37)]
public const string ExtraUseSystemContactsPicker;
[<Android.Runtime.Register("EXTRA_USE_SYSTEM_CONTACTS_PICKER", ApiSince=37)>]
val mutable ExtraUseSystemContactsPicker : string

Field Value

Implements

Attributes

Remarks

Optional boolean extra indicating if the system contacts picker should be invoked with ACTION_PICK, if data field is set as one of: data android:mimeType="vnd.android.cursor.dir/contact"; data android:mimeType="vnd.android.cursor.dir/phone_v2"; data android:mimeType="vnd.android.cursor.dir/postal-address_v2"; data android:mimeType="vnd.android.cursor.dir/email_v2"

Has an effect only on ACTION_PICK with the mentioned data filed values, starting Android 17 (API 37)

Android reference for android.content.Intent.EXTRA_USE_SYSTEM_CONTACTS_PICKER.

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