java.lang.Object | ||
android.provider.Contacts.Intents.UI |
Intents related to the Contacts app UI.
Value | ||||
---|---|---|---|---|
String | FILTER_CONTACTS_ACTION | Activity Action: Display a filtered list of contacts
Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for filtering Output: Nothing. |
"com.android.contacts.action.FILTER_CONTACTS" | |
String | FILTER_TEXT_EXTRA_KEY | Used as an int extra field in FILTER_CONTACTS_ACTION intents to supply the text on which to filter. | "com.android.contacts.extra.FILTER_TEXT" | |
String | GROUP_NAME_EXTRA_KEY | When in LIST_GROUP_ACTION mode, this is the group to display. | "com.android.contacts.extra.GROUP" | |
String | LIST_ALL_CONTACTS_ACTION | The action for the all contacts list tab. | "com.android.contacts.action.LIST_ALL_CONTACTS" | |
String | LIST_CONTACTS_WITH_PHONES_ACTION | The action for the contacts with phone numbers list tab. | "com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" | |
String | LIST_DEFAULT | The action for the default contacts list tab. | "com.android.contacts.action.LIST_DEFAULT" | |
String | LIST_FREQUENT_ACTION | The action for the frequent contacts list tab. | "com.android.contacts.action.LIST_FREQUENT" | |
String | LIST_GROUP_ACTION | The action for the contacts list tab. | "com.android.contacts.action.LIST_GROUP" | |
String | LIST_STARRED_ACTION | The action for the starred contacts list tab. | "com.android.contacts.action.LIST_STARRED" | |
String | LIST_STREQUENT_ACTION | The action for the "strequent" contacts list tab. | "com.android.contacts.action.LIST_STREQUENT" | |
String | TITLE_EXTRA_KEY | A key for to be used as an intent extra to set the activity title to a custom String value. | "com.android.contacts.extra.TITLE_EXTRA" |
Contacts.Intents.UI() |
Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for filtering
Output: Nothing.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |