public static interface Telephony.CanonicalAddressesColumns
implements BaseColumns
android.provider.Telephony.CanonicalAddressesColumns |
Columns for the "canonical_addresses" table used by MMS and SMS.
Constants |
|
---|---|
String |
ADDRESS An address used in MMS or SMS. |
Inherited constants |
---|
![]() android.provider.BaseColumns
|
String ADDRESS
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
Constant Value: "address"