Stay organized with collections
Save and categorize content based on your preferences.
SettingsColumns
interface SettingsColumns
Columns from the Settings table that other columns join into themselves.
Summary
Constants |
static String |
The key of this setting.
|
static String |
The value of this setting.
|
static String |
The _SYNC_ACCOUNT to which this setting corresponds.
|
static String |
The _SYNC_ACCOUNT_TYPE to which this setting corresponds.
|
Constants
_SYNC_ACCOUNT
static val _SYNC_ACCOUNT: String
Deprecated: see android.provider.ContactsContract
The _SYNC_ACCOUNT to which this setting corresponds. This may be null.
Type: TEXT
Value: "_sync_account"
_SYNC_ACCOUNT_TYPE
static val _SYNC_ACCOUNT_TYPE: String
Deprecated: see android.provider.ContactsContract
The _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.
Type: TEXT
Value: "_sync_account_type"
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,["# Contacts.SettingsColumns\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSettingsColumns\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Contacts.SettingsColumns \"View this page in Java\") \n\n```\ninterface SettingsColumns\n```\n\n|------------------------------------------------|\n| [android.provider.Contacts.SettingsColumns](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Contacts.Settings](/reference/kotlin/android/provider/Contacts.Settings) |---------------------------------------------------------------------------|-------------------------------------| | [Contacts.Settings](/reference/kotlin/android/provider/Contacts.Settings) | The settings over all of the people | |\n\n*** ** * ** ***\n\n| **This interface was deprecated in API level 5.**\n|\n| see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)\n\nColumns from the Settings table that other columns join into themselves.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [KEY](#KEY:kotlin.String) The key of this setting. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [VALUE](#VALUE:kotlin.String) The value of this setting. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [_SYNC_ACCOUNT](#_SYNC_ACCOUNT:kotlin.String) The _SYNC_ACCOUNT to which this setting corresponds. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [_SYNC_ACCOUNT_TYPE](#_SYNC_ACCOUNT_TYPE:kotlin.String) The _SYNC_ACCOUNT_TYPE to which this setting corresponds. |\n\nConstants\n---------\n\n### KEY\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val KEY: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe key of this setting.\n\nType: TEXT \n\n Value: \"key\"\n\n### VALUE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VALUE: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe value of this setting.\n\nType: TEXT \n\n Value: \"value\"\n\n### _SYNC_ACCOUNT\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val _SYNC_ACCOUNT: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe _SYNC_ACCOUNT to which this setting corresponds. This may be null.\n\nType: TEXT \n\n Value: \"_sync_account\"\n\n### _SYNC_ACCOUNT_TYPE\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val _SYNC_ACCOUNT_TYPE: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.\n\nType: TEXT \n\n Value: \"_sync_account_type\""]]