public static interface

Contacts.GroupsColumns

android.provider.Contacts.GroupsColumns
Known Indirect Subclasses

Class Overview

Columns from the groups table.

Summary

Constants
String NAME The group name.
String NOTES Notes about the group.
String SHOULD_SYNC Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.
String SYSTEM_ID The ID of this group if it is a System Group, null otherwise.

Constants

public static final String NAME

The group name.

Type: TEXT

Constant Value: "name"

public static final String NOTES

Notes about the group.

Type: TEXT

Constant Value: "notes"

public static final String SHOULD_SYNC

Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.

Type: INTEGER (boolean)

Constant Value: "should_sync"

public static final String SYSTEM_ID

The ID of this group if it is a System Group, null otherwise.

Type: TEXT

Constant Value: "system_id"