Added in API level 1
Deprecated in API level 5

SettingsColumns

interface SettingsColumns
android.provider.Contacts.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

KEY

Added in API level 1
static val KEY: String

Deprecated: see android.provider.ContactsContract

The key of this setting.

Type: TEXT

Value: "key"

VALUE

Added in API level 1
static val VALUE: String

Deprecated: see android.provider.ContactsContract

The value of this setting.

Type: TEXT

Value: "value"

_SYNC_ACCOUNT

Added in API level 1
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

Added in API level 5
Deprecated in API level 5
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"