java.lang.Object | ||
android.provider.Contacts.GroupMembership | BaseColumns Contacts.GroupsColumns |
Value | ||||
---|---|---|---|---|
String | CONTENT_DIRECTORY | The directory twig for this sub-table | "groupmembership" | |
String | CONTENT_ITEM_TYPE | The MIME type of a CONTENT_URI subdirectory of a single person group. | "vnd.android.cursor.item/contactsgroupmembership" | |
String | CONTENT_TYPE | The MIME type of CONTENT_URI providing a directory of all person groups. | "vnd.android.cursor.dir/contactsgroupmembership" | |
Uri | CONTENT_URI | The content:// style URL for this table | ||
String | DEFAULT_SORT_ORDER | The default sort order for this table | "group_id ASC" | |
String | GROUP_ID | The row id of the accounts group. | "group_id" | |
String | GROUP_SYNC_ACCOUNT | The account of the group. | "group_sync_account" | |
String | GROUP_SYNC_ID | The sync id of the group. | "group_sync_id" | |
String | PERSON_ID | The row id of the person. | "person" | |
Uri | RAW_CONTENT_URI | The content:// style URL for this table |
Type: TEXT
Type: TEXT
Type: TEXT
Type: TEXT
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |