public class

Constants

extends Object
java.lang.Object
   ↳ com.android.contacts.util.Constants

Class Overview

Background Service that is used to keep our process alive long enough for background threads to finish. Started and stopped directly by specific background tasks when needed.

Summary

Constants
String MIME_SMS_ADDRESS Specific MIME-type for CONTENT_ITEM_TYPE entries that distinguishes actions that should initiate a text message.
String SCHEME_IMTO
String SCHEME_MAILTO
String SCHEME_SIP
String SCHEME_SMSTO
String SCHEME_TEL
Public Constructors
Constants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String MIME_SMS_ADDRESS

Specific MIME-type for CONTENT_ITEM_TYPE entries that distinguishes actions that should initiate a text message.

Constant Value: "vnd.android.cursor.item/sms-address"

public static final String SCHEME_IMTO

Constant Value: "imto"

public static final String SCHEME_MAILTO

Constant Value: "mailto"

public static final String SCHEME_SIP

Constant Value: "sip"

public static final String SCHEME_SMSTO

Constant Value: "smsto"

public static final String SCHEME_TEL

Constant Value: "tel"

Public Constructors

public Constants ()