Added in API level 1
Deprecated in API level 5

UI

class UI
kotlin.Any
   ↳ android.provider.Contacts.Intents.UI

Intents related to the Contacts app UI.

Summary

Constants
static String

Activity Action: Display a filtered list of contacts

static String

Used as an int extra field in FILTER_CONTACTS_ACTION intents to supply the text on which to filter.

static String

When in LIST_GROUP_ACTION mode, this is the group to display.

static String

The action for the all contacts list tab.

static String

The action for the contacts with phone numbers list tab.

static String

The action for the default contacts list tab.

static String

The action for the frequent contacts list tab.

static String

The action for the contacts list tab.

static String

The action for the starred contacts list tab.

static String

The action for the "strequent" contacts list tab.

static String

A key for to be used as an intent extra to set the activity title to a custom String value.

Public constructors
UI()

Constants

FILTER_CONTACTS_ACTION

Added in API level 1
static val FILTER_CONTACTS_ACTION: String

Deprecated: Do not use. This is not supported.

Activity Action: Display a filtered list of contacts

Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for filtering

Output: Nothing.

Value: "com.android.contacts.action.FILTER_CONTACTS"

FILTER_TEXT_EXTRA_KEY

Added in API level 1
static val FILTER_TEXT_EXTRA_KEY: String

Deprecated: Do not use. This is not supported.

Used as an int extra field in FILTER_CONTACTS_ACTION intents to supply the text on which to filter.

Value: "com.android.contacts.extra.FILTER_TEXT"

GROUP_NAME_EXTRA_KEY

Added in API level 1
static val GROUP_NAME_EXTRA_KEY: String

Deprecated: Do not use. This is not supported.

When in LIST_GROUP_ACTION mode, this is the group to display.

Value: "com.android.contacts.extra.GROUP"

LIST_ALL_CONTACTS_ACTION

Added in API level 1
static val LIST_ALL_CONTACTS_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the all contacts list tab.

Value: "com.android.contacts.action.LIST_ALL_CONTACTS"

LIST_CONTACTS_WITH_PHONES_ACTION

Added in API level 1
static val LIST_CONTACTS_WITH_PHONES_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the contacts with phone numbers list tab.

Value: "com.android.contacts.action.LIST_CONTACTS_WITH_PHONES"

LIST_DEFAULT

Added in API level 1
static val LIST_DEFAULT: String

Deprecated: Do not use. This is not supported.

The action for the default contacts list tab.

Value: "com.android.contacts.action.LIST_DEFAULT"

LIST_FREQUENT_ACTION

Added in API level 1
static val LIST_FREQUENT_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the frequent contacts list tab.

Value: "com.android.contacts.action.LIST_FREQUENT"

LIST_GROUP_ACTION

Added in API level 1
static val LIST_GROUP_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the contacts list tab.

Value: "com.android.contacts.action.LIST_GROUP"

LIST_STARRED_ACTION

Added in API level 1
static val LIST_STARRED_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the starred contacts list tab.

Value: "com.android.contacts.action.LIST_STARRED"

LIST_STREQUENT_ACTION

Added in API level 1
static val LIST_STREQUENT_ACTION: String

Deprecated: Do not use. This is not supported.

The action for the "strequent" contacts list tab. It first lists the starred contacts in alphabetical order and then the frequent contacts in descending order of the number of times they have been contacted.

Value: "com.android.contacts.action.LIST_STREQUENT"

TITLE_EXTRA_KEY

Added in API level 1
static val TITLE_EXTRA_KEY: String

Deprecated: Do not use. This is not supported.

A key for to be used as an intent extra to set the activity title to a custom String value.

Value: "com.android.contacts.extra.TITLE_EXTRA"

Public constructors

UI

Added in API level 1
UI()

Deprecated: Do not use. This is not supported.