| android.provider.ContactsContract.RawContactsColumns |
| 常量 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | AGGREGATION_MODE | The aggregation mode for this contact. | |||||||||
| String | CONTACT_ID | A reference to the _ID that this data belongs to. |
|||||||||
| String | DELETED | The "deleted" flag: "0" by default, "1" if the row has been marked for deletion. | |||||||||
| String | RAW_CONTACT_IS_READ_ONLY | The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter. | |||||||||
The aggregation mode for this contact.
Type: INTEGER
A reference to the _ID that this data belongs to.
Type: INTEGER
The "deleted" flag: "0" by default, "1" if the row has been marked for deletion. When delete(Uri, String, String[]) is called on a raw contact, it is marked for deletion and removed from its aggregate contact. The sync adaptor deletes the raw contact on the server and then calls ContactResolver.delete once more, this time passing the CALLER_IS_SYNCADAPTER query parameter to finalize the data removal.
Type: INTEGER
The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter. See CALLER_IS_SYNCADAPTER.
Type: INTEGER