ContactsContract.QuickContact.ExtraPrioritizedMimetype Field

Definition

Extra used to specify which mimetype should be prioritized in the QuickContacts UI.

[Android.Runtime.Register("EXTRA_PRIORITIZED_MIMETYPE", ApiSince=23)]
public const string ExtraPrioritizedMimetype;
[<Android.Runtime.Register("EXTRA_PRIORITIZED_MIMETYPE", ApiSince=23)>]
val mutable ExtraPrioritizedMimetype : string

Field Value

Attributes

Remarks

Extra used to specify which mimetype should be prioritized in the QuickContacts UI. For example, passing the value CommonDataKinds.Phone#CONTENT_ITEM_TYPE can cause phone numbers to be displayed more prominently in QuickContacts.

Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_PRIORITIZED_MIMETYPE.

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