Added in API level 5

SettingsColumns

protected interface SettingsColumns
android.provider.ContactsContract.SettingsColumns

Summary

Constants
static String

The name of the account instance to which this row belongs.

static String

The type of account to which this row belongs, which when paired with ACCOUNT_NAME identifies a specific account.

static String

Read-only flag indicating if this SHOULD_SYNC or any Groups#SHOULD_SYNC under this account have been marked as unsynced.

static String

The data set within the account that this row belongs to.

static String

Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source.

static String

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries.

static String

Flag indicating if contacts without any CommonDataKinds.GroupMembership entries should be visible in any user interface.

static String

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries, and also have phone numbers.

Constants

ACCOUNT_NAME

Added in API level 5
static val ACCOUNT_NAME: String

The name of the account instance to which this row belongs.

Type: TEXT

Value: "account_name"

ACCOUNT_TYPE

Added in API level 5
static val ACCOUNT_TYPE: String

The type of account to which this row belongs, which when paired with ACCOUNT_NAME identifies a specific account.

Type: TEXT

Value: "account_type"

ANY_UNSYNCED

Added in API level 5
static val ANY_UNSYNCED: String

Read-only flag indicating if this SHOULD_SYNC or any Groups#SHOULD_SYNC under this account have been marked as unsynced.

Value: "any_unsynced"

DATA_SET

Added in API level 14
static val DATA_SET: String

The data set within the account that this row belongs to. This allows multiple sync adapters for the same account type to distinguish between each others' data. This is empty by default, and is completely optional. It only needs to be populated if multiple sync adapters are entering distinct data for the same account type and account name.

Type: TEXT

Value: "data_set"

SHOULD_SYNC

Added in API level 5
static val SHOULD_SYNC: String

Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source.

Type: INTEGER (boolean)

Value: "should_sync"

UNGROUPED_COUNT

Added in API level 5
static val UNGROUPED_COUNT: String

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries.

Type: INTEGER

Value: "summ_count"

UNGROUPED_VISIBLE

Added in API level 5
static val UNGROUPED_VISIBLE: String

Flag indicating if contacts without any CommonDataKinds.GroupMembership entries should be visible in any user interface.

Type: INTEGER (boolean)

Value: "ungrouped_visible"

UNGROUPED_WITH_PHONES

Added in API level 5
static val UNGROUPED_WITH_PHONES: String

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries, and also have phone numbers.

Type: INTEGER

Value: "summ_phones"