Stay organized with collections
Save and categorize content based on your preferences.
Telephony.CanonicalAddressesColumns
public
static
interface
Telephony.CanonicalAddressesColumns
implements
BaseColumns
android.provider.Telephony.CanonicalAddressesColumns
|
Columns for the "canonical_addresses" table used by MMS and SMS.
Summary
Constants
ADDRESS
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"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# Telephony.CanonicalAddressesColumns\n\nAdded in [API level 19](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \\| [Inherited Constants](#inhconstants) \n\nTelephony.CanonicalAddressesColumns\n===================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/Telephony.CanonicalAddressesColumns \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nTelephony.CanonicalAddressesColumns\n`\n\n\n`\n\n\nimplements\n\n`[BaseColumns](/reference/android/provider/BaseColumns)`\n\n\n`\n\n|------------------------------------------------------|\n| android.provider.Telephony.CanonicalAddressesColumns |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nColumns for the \"canonical_addresses\" table used by MMS and SMS.\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [ADDRESS](/reference/android/provider/Telephony.CanonicalAddressesColumns#ADDRESS) An address used in MMS or SMS. |\n\n| ### Inherited constants |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| From interface [android.provider.BaseColumns](/reference/android/provider/BaseColumns) |---------------------------------------|--------------------------------------------------------------------------------------------| | [String](/reference/java/lang/String) | [_COUNT](/reference/android/provider/BaseColumns#_COUNT) The count of rows in a directory. | | [String](/reference/java/lang/String) | [_ID](/reference/android/provider/BaseColumns#_ID) The unique ID for a row. | |\n\nConstants\n---------\n\n### ADDRESS\n\nAdded in [API level 19](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String ADDRESS\n```\n\nAn address used in MMS or SMS. Email addresses are\nconverted to lower case and are compared by string\nequality. Other addresses are compared using\nPHONE_NUMBERS_EQUAL.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"address\""]]