public static interface

Contacts.SettingsColumns

android.provider.Contacts.SettingsColumns
Known Indirect Subclasses

Class Overview

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

Summary

Constants
String KEY The key of this setting.
String VALUE The value of this setting.
String _SYNC_ACCOUNT The _SYNC_ACCOUNT to which this setting corresponds.

Constants

public static final String KEY

The key of this setting.

Type: TEXT

Constant Value: "key"

public static final String VALUE

The value of this setting.

Type: TEXT

Constant Value: "value"

public static final String _SYNC_ACCOUNT

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

Type: TEXT

Constant Value: "_sync_account"