# Print output for @column tags ?> Contacts.GroupsColumns - Android SDK | Android Developers

Most visited

Recently visited

Contacts.GroupsColumns

public static interface Contacts.GroupsColumns

android.provider.Contacts.GroupsColumns


This interface is deprecated.
see ContactsContract

Columns from the groups table.

Summary

Constants

String NAME

This constant is deprecated. see ContactsContract

String NOTES

This constant is deprecated. see ContactsContract

String SHOULD_SYNC

This constant is deprecated. see ContactsContract

String SYSTEM_ID

This constant is deprecated. see ContactsContract

Constants

NAME

public static final String NAME

This constant is deprecated.
see ContactsContract

The group name.

Type: TEXT

Constant Value: "name"

NOTES

public static final String NOTES

This constant is deprecated.
see ContactsContract

Notes about the group.

Type: TEXT

Constant Value: "notes"

SHOULD_SYNC

public static final String SHOULD_SYNC

This constant is deprecated.
see ContactsContract

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"

SYSTEM_ID

public static final String SYSTEM_ID

This constant is deprecated.
see ContactsContract

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

Type: TEXT

Constant Value: "system_id"