Most visited

Recently visited

Added in API level 1
Deprecated since API level 5

Contacts.GroupsColumns

public static interface Contacts.GroupsColumns

android.provider.Contacts.GroupsColumns
Known Indirect Subclasses


This interface was deprecated in API level 5.
see ContactsContract

Columns from the groups table.

Summary

Constants

String NAME

This constant was deprecated in API level 5. see ContactsContract

String NOTES

This constant was deprecated in API level 5. see ContactsContract

String SHOULD_SYNC

This constant was deprecated in API level 5. see ContactsContract

String SYSTEM_ID

This constant was deprecated in API level 5. see ContactsContract

Constants

NAME

Added in API level 1
String NAME

This constant was deprecated in API level 5.
see ContactsContract

The group name.

Type: TEXT

Constant Value: "name"

NOTES

Added in API level 1
String NOTES

This constant was deprecated in API level 5.
see ContactsContract

Notes about the group.

Type: TEXT

Constant Value: "notes"

SHOULD_SYNC

Added in API level 1
String SHOULD_SYNC

This constant was deprecated in API level 5.
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

Added in API level 1
String SYSTEM_ID

This constant was deprecated in API level 5.
see ContactsContract

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

Type: TEXT

Constant Value: "system_id"

Hooray!