Most visited

Recently visited

Added in API level 19

Telephony.Sms.Inbox

public static final class Telephony.Sms.Inbox
extends Object implements BaseColumns, Telephony.TextBasedSmsColumns

java.lang.Object
   ↳ android.provider.Telephony.Sms.Inbox


包含SMS应用程序收件箱中的所有基于文本的SMS消息。

Summary

Constants

String DEFAULT_SORT_ORDER

此表的默认排序顺序。

Inherited constants

From interface android.provider.BaseColumns
From interface android.provider.Telephony.TextBasedSmsColumns

Fields

public static final Uri CONTENT_URI

此表的 content://样式URL。

Inherited methods

From class java.lang.Object

Constants

DEFAULT_SORT_ORDER

Added in API level 19
String DEFAULT_SORT_ORDER

此表的默认排序顺序。

常量值:“date DESC”

Fields

CONTENT_URI

Added in API level 19
Uri CONTENT_URI

此表格的 content://样式网址。

Hooray!