java.lang.Object | ||
android.provider.Contacts.Groups | BaseColumns Contacts.GroupsColumns |
This table contains the groups for an account.
Value | ||||
---|---|---|---|---|
String | CONTENT_ITEM_TYPE | The MIME type of a CONTENT_URI subdirectory of a single group. | "vnd.android.cursor.item/contactsgroup" | |
String | CONTENT_TYPE | The MIME type of CONTENT_URI providing a directory of groups. | "vnd.android.cursor.dir/contactsgroup" | |
Uri | CONTENT_URI | The content:// style URL for this table | ||
String | DEFAULT_SORT_ORDER | The default sort order for this table | "name ASC" | |
Uri | DELETED_CONTENT_URI | The content:// style URL for the table that holds the deleted groups. | ||
String | GROUP_ANDROID_STARRED | "Starred in Android" | ||
String | GROUP_MY_CONTACTS | The "My Contacts" system group. | "Contacts" | |
String | NON_SYNCABLE_ACCOUNT | Used to indicate that this account is not synced | "non_syncable" | |
String | _SYNC_ACCOUNT | The account that was used to sync the entry to the device. | "_sync_account" | |
String | _SYNC_DIRTY | Used to indicate that local, unsynced, changes are present. | "_sync_dirty" | |
String | _SYNC_ID | The unique ID for a row assigned by the sync source. | "_sync_id" | |
String | _SYNC_LOCAL_ID | Used in temporary provider while syncing, always NULL for rows in persistent providers. | "_sync_local_id" | |
String | _SYNC_MARK | Used only in persistent providers, and only during merging. | "_sync_mark" | |
String | _SYNC_TIME | The last time, from the sync source's point of view, that this row has been synchronized. | "_sync_time" | |
String | _SYNC_VERSION | The version of the row, as assigned by the server. | "_sync_version" |
Type: TEXT
Type: INTEGER (long)
Type: TEXT
Type: INTEGER (long)
Type: INTEGER (long)
Type: INTEGER (long)
Type: TEXT
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |