Added in API level 19

CanonicalAddressesColumns

interface CanonicalAddressesColumns : BaseColumns
android.provider.Telephony.CanonicalAddressesColumns

Columns for the "canonical_addresses" table used by MMS and SMS.

Summary

Constants
static String

An address used in MMS or SMS.

Inherited constants

Constants

ADDRESS

Added in API level 19
static val ADDRESS: String

An address used in MMS or SMS. Email addresses are converted to lower case and are compared by string equality. Other addresses are compared using PHONE_NUMBERS_EQUAL.

Type: TEXT

Value: "address"