| android.provider.Contacts.GroupsColumns |
Known Indirect Subclasses
|
Columns from the groups table.
| 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. | |||||||||
The group name.
Type: TEXT
Notes about the group.
Type: TEXT
Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.
Type: INTEGER (boolean)
The ID of this group if it is a System Group, null otherwise.
Type: TEXT