to top
Android APIs
Since: API Level 1
public static interface

Contacts.SettingsColumns

android.provider.Contacts.SettingsColumns
Known Indirect Subclasses

This interface is deprecated.
see ContactsContract

Class Overview

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

Summary

Constants
String KEY This constant is deprecated. see ContactsContract
String VALUE This constant is deprecated. see ContactsContract
String _SYNC_ACCOUNT This constant is deprecated. see ContactsContract
String _SYNC_ACCOUNT_TYPE This constant is deprecated. see ContactsContract

Constants

public static final String KEY

Since: API Level 1

This constant is deprecated.
see ContactsContract

The key of this setting.

Type: TEXT

Constant Value: "key"

public static final String VALUE

Since: API Level 1

This constant is deprecated.
see ContactsContract

The value of this setting.

Type: TEXT

Constant Value: "value"

public static final String _SYNC_ACCOUNT

Since: API Level 1

This constant is deprecated.
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

Since: API Level 5

This constant is deprecated.
see ContactsContract

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

Type: TEXT

Constant Value: "_sync_account_type"