UI
classUI
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 |
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
static valFILTER_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
static valFILTER_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
static valGROUP_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
static valLIST_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
static valLIST_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
static valLIST_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
static valLIST_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
static valLIST_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
static valLIST_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
static valLIST_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
static valTITLE_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"