java.lang.Object | |
↳ | android.provider.Contacts.Intents.UI |
This class is deprecated.
see ContactsContract
Intents related to the Contacts app UI.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FILTER_CONTACTS_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | FILTER_TEXT_EXTRA_KEY |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | GROUP_NAME_EXTRA_KEY |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_ALL_CONTACTS_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_CONTACTS_WITH_PHONES_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_DEFAULT |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_FREQUENT_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_GROUP_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_STARRED_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LIST_STREQUENT_ACTION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | TITLE_EXTRA_KEY |
This constant is deprecated.
see ContactsContract
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
see
ContactsContract
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
This constant is deprecated.
see ContactsContract
Activity Action: Display a filtered list of contacts
Input: Extra field FILTER_TEXT_EXTRA_KEY
is the text to use for
filtering
Output: Nothing.
This constant is deprecated.
see ContactsContract
Used as an int extra field in FILTER_CONTACTS_ACTION
intents to supply the text on which to filter.
This constant is deprecated.
see ContactsContract
When in LIST_GROUP_ACTION mode, this is the group to display.
This constant is deprecated.
see ContactsContract
The action for the all contacts list tab.
This constant is deprecated.
see ContactsContract
The action for the contacts with phone numbers list tab.
This constant is deprecated.
see ContactsContract
The action for the default contacts list tab.
This constant is deprecated.
see ContactsContract
The action for the frequent contacts list tab.
This constant is deprecated.
see ContactsContract
The action for the contacts list tab.
This constant is deprecated.
see ContactsContract
The action for the starred contacts list tab.
This constant is deprecated.
see ContactsContract
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.
This constant is deprecated.
see ContactsContract
A key for to be used as an intent extra to set the activity title to a custom String value.