public static final class Telephony.Sms.Conversations
extends Object
implements BaseColumns, Telephony.TextBasedSmsColumns
java.lang.Object | |
↳ | android.provider.Telephony.Sms.Conversations |
包含SMS应用程序中发送的所有基于文本的SMS消息。
Constants |
|
---|---|
String |
DEFAULT_SORT_ORDER 此表的默认排序顺序。 |
String |
MESSAGE_COUNT 对话中的消息数量。 |
String |
SNIPPET 消息正文的前45个字符。 |
Inherited constants |
---|
From interface android.provider.BaseColumns
|
From interface android.provider.Telephony.TextBasedSmsColumns
|
Fields |
|
---|---|
public static final Uri |
CONTENT_URI 此表的 |
Inherited methods |
|
---|---|
From class java.lang.Object
|