Stay organized with collections
Save and categorize content based on your preferences.
public
static
interface
Contacts.SettingsColumns
android.provider.Contacts.SettingsColumns
|
Known indirect subclasses
|
This interface was deprecated
in API level 5.
see ContactsContract
Columns from the Settings table that other columns join into themselves.
Summary
Constants
KEY
public static final String KEY
This constant is deprecated.
see ContactsContract
The key of this setting.
Type: TEXT
Constant Value:
"key"
VALUE
public static final String VALUE
This constant is deprecated.
see ContactsContract
The value of this setting.
Type: TEXT
Constant Value:
"value"
_SYNC_ACCOUNT
public static final String _SYNC_ACCOUNT
This constant is deprecated.
see ContactsContract
The _SYNC_ACCOUNT to which this setting corresponds. This may be null.
Type: TEXT
Constant Value:
"_sync_account"
_SYNC_ACCOUNT_TYPE
public static final String _SYNC_ACCOUNT_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.
Type: TEXT
Constant 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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# Contacts.SettingsColumns\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nDeprecated in [API level\n5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \n\nContacts.SettingsColumns\n========================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/Contacts.SettingsColumns \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nContacts.SettingsColumns\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------|\n| android.provider.Contacts.SettingsColumns |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [Contacts.Settings](/reference/android/provider/Contacts.Settings) |--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------| | [Contacts.Settings](/reference/android/provider/Contacts.Settings) | *This class was deprecated in API level 5. see [ContactsContract](/reference/android/provider/ContactsContract)* | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This interface was deprecated\nin API level 5.** \n\nsee [ContactsContract](/reference/android/provider/ContactsContract)\n\nColumns from the Settings table that other columns join into themselves.\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [KEY](/reference/android/provider/Contacts.SettingsColumns#KEY) *This constant is deprecated. see [ContactsContract](/reference/android/provider/ContactsContract)* |\n| [String](/reference/java/lang/String) | [VALUE](/reference/android/provider/Contacts.SettingsColumns#VALUE) *This constant is deprecated. see [ContactsContract](/reference/android/provider/ContactsContract)* |\n| [String](/reference/java/lang/String) | [_SYNC_ACCOUNT](/reference/android/provider/Contacts.SettingsColumns#_SYNC_ACCOUNT) *This constant is deprecated. see [ContactsContract](/reference/android/provider/ContactsContract)* |\n| [String](/reference/java/lang/String) | [_SYNC_ACCOUNT_TYPE](/reference/android/provider/Contacts.SettingsColumns#_SYNC_ACCOUNT_TYPE) *This constant was deprecated in API level 5. see [ContactsContract](/reference/android/provider/ContactsContract)* |\n\nConstants\n---------\n\n### KEY\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String KEY\n```\n\n\n**This constant is deprecated.** \n\nsee [ContactsContract](/reference/android/provider/ContactsContract)\n\nThe key of this setting.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"key\"\n\n\n### VALUE\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String VALUE\n```\n\n\n**This constant is deprecated.** \n\nsee [ContactsContract](/reference/android/provider/ContactsContract)\n\nThe value of this setting.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"value\"\n\n\n### _SYNC_ACCOUNT\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String _SYNC_ACCOUNT\n```\n\n\n**This constant is deprecated.** \n\nsee [ContactsContract](/reference/android/provider/ContactsContract)\n\nThe _SYNC_ACCOUNT to which this setting corresponds. This may be null.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"_sync_account\"\n\n\n### _SYNC_ACCOUNT_TYPE\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nDeprecated in [API level\n5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String _SYNC_ACCOUNT_TYPE\n```\n\n\n**This constant was deprecated\nin API level 5.** \n\nsee [ContactsContract](/reference/android/provider/ContactsContract)\n\nThe _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"_sync_account_type\""]]