Most visited

Recently visited

Added in API level 19

Telephony.Mms.Inbox

public static final class Telephony.Mms.Inbox
extends Object implements Telephony.BaseMmsColumns

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


Contains all MMS messages in the MMS app inbox.

Summary

Constants

String DEFAULT_SORT_ORDER

The default sort order for this table.

Inherited constants

From interface android.provider.Telephony.BaseMmsColumns
From interface android.provider.BaseColumns

Fields

public static final Uri CONTENT_URI

The content:// style URL for this table.

Inherited methods

From class java.lang.Object

Constants

DEFAULT_SORT_ORDER

Added in API level 19
String DEFAULT_SORT_ORDER

The default sort order for this table.

Constant Value: "date DESC"

Fields

CONTENT_URI

Added in API level 19
Uri CONTENT_URI

The content:// style URL for this table.

Hooray!