Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

Telephony.CanonicalAddressesColumns

implements BaseColumns
android.provider.Telephony.CanonicalAddressesColumns

Class Overview

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

Summary

Constants
String ADDRESS An address used in MMS or SMS.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns

Constants

public static final 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"