android.provider
public
static
final
class
android.provider.Contacts.Intents.UI
Intents related to the Contacts app UI.
Summary
Constants
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
LIST_CONTACTS_ACTION
The action for the contacts list tab.
Constant Value:
"com.android.contacts.action.LIST_CONTACTS"
public
static
final
String
LIST_FREQUENT_ACTION
The action for the frequent contacts list tab.
Constant Value:
"com.android.contacts.action.LIST_FREQUENT"
public
static
final
String
LIST_STARRED_ACTION
The action for the starred contacts list tab.
Constant Value:
"com.android.contacts.action.LIST_STARRED"
public
static
final
String
LIST_STREQUENT_ACTION
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.
Constant Value:
"com.android.contacts.action.LIST_STREQUENT"
Public Constructors
public
Contacts.Intents.UI()