Stay organized with collections
Save and categorize content based on your preferences.
CanonicalAddressesColumns
interface CanonicalAddressesColumns : BaseColumns
Columns for the "canonical_addresses" table used by MMS and SMS.
Summary
Constants |
static String |
An address used in MMS or SMS.
|
Constants
ADDRESS
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"
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Telephony.CanonicalAddressesColumns\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nCanonicalAddressesColumns\n=========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Telephony.CanonicalAddressesColumns \"View this page in Java\") \n\n```\ninterface CanonicalAddressesColumns : BaseColumns\n```\n\n|-----------------------------------------------------------|\n| [android.provider.Telephony.CanonicalAddressesColumns](#) |\n\nColumns for the \"canonical_addresses\" table used by MMS and SMS.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [ADDRESS](#ADDRESS:kotlin.String) An address used in MMS or SMS. |\n\n| Inherited constants ||\n|---|---|\n| From class [BaseColumns](/reference/kotlin/android/provider/BaseColumns) |----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [_COUNT](/reference/kotlin/android/provider/BaseColumns#_COUNT:kotlin.String) The count of rows in a directory. Type: INTEGER \u003cbr /\u003e | | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [_ID](/reference/kotlin/android/provider/BaseColumns#_ID:kotlin.String) The unique ID for a row. Type: INTEGER (long) \u003cbr /\u003e | ||\n\nConstants\n---------\n\n### ADDRESS\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ADDRESS: String\n```\n\nAn 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.\n\nType: TEXT \n\n Value: \"address\""]]