ContactsContract.IGroupsColumns Interface

Definition

public interface ContactsContract.IGroupsColumns
type ContactsContract.IGroupsColumns = interface

Remarks

Java documentation for android.provider.ContactsContract.GroupsColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

AutoAdd

Any newly created contacts will automatically be added to groups that have this flag set to true.

DataSet

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

Deleted

The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.

Favorites

When a contacts is marked as a favorites it will be automatically added to the groups that have this flag set, and when it is removed from favorites it will be removed from these groups.

GroupIsReadOnly

The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter.

GroupVisible

Flag indicating if the contacts belonging to this group should be visible in any user interface.

Notes

Notes about the group.

ResPackage

The package name to use when creating Resources objects for this group.

ShouldSync

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

SummaryCount

The total number of Contacts that have CommonDataKinds.GroupMembership in this group.

SummaryWithPhones

The total number of Contacts that have both CommonDataKinds.GroupMembership in this group, and also have phone numbers.

SystemId

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

Title

The display title of this group.

TitleRes

The display title of this group to load as a resource from #RES_PACKAGE, which may be localized.

Applies to