English | Site Directory

Android - An Open Handset Alliance Project

android.provider
public static final class

android.provider.Contacts.Intents.UI

java.lang.Object
android.provider.Contacts.Intents.UI

Intents related to the Contacts app UI.

Summary

Constants

      Value  
String  LIST_CONTACTS_ACTION  The action for the contacts list tab.  "com.android.contacts.action.LIST_CONTACTS" 
String  LIST_FREQUENT_ACTION  The action for the frequent contacts list tab.  "com.android.contacts.action.LIST_FREQUENT" 
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" 

Public Constructors

          Contacts.Intents.UI()
Methods inherited from class java.lang.Object

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()

Build m5-rc15i - 10 Jun 2008 13:54