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
Added in API level 1
Deprecated since API level 5
public static interface

Contacts.SettingsColumns

android.provider.Contacts.SettingsColumns
Known Indirect Subclasses

This interface was deprecated in API level 5.
see ContactsContract

Class Overview

Columns from the Settings table that other columns join into themselves.

Summary

Constants
String KEY This constant was deprecated in API level 5. see ContactsContract
String VALUE This constant was deprecated in API level 5. see ContactsContract
String _SYNC_ACCOUNT This constant was deprecated in API level 5. see ContactsContract
String _SYNC_ACCOUNT_TYPE This constant was deprecated in API level 5. see ContactsContract

Constants

public static final String KEY

Added in API level 1

This constant was deprecated in API level 5.
see ContactsContract

The key of this setting.

Type: TEXT

Constant Value: "key"

public static final String VALUE

Added in API level 1

This constant was deprecated in API level 5.
see ContactsContract

The value of this setting.

Type: TEXT

Constant Value: "value"

public static final String _SYNC_ACCOUNT

Added in API level 1

This constant was deprecated in API level 5.
see ContactsContract

The _SYNC_ACCOUNT to which this setting corresponds. This may be null.

Type: TEXT

Constant Value: "_sync_account"

public static final String _SYNC_ACCOUNT_TYPE

Added in API level 5

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"