android.provider.ContactsContract.ContactOptionsColumns |
Known Indirect Subclasses
ContactsContract.CommonDataKinds.Contactables
,
ContactsContract.CommonDataKinds.Email
,
ContactsContract.CommonDataKinds.Event
,
ContactsContract.CommonDataKinds.GroupMembership
,
ContactsContract.CommonDataKinds.Identity
,
ContactsContract.CommonDataKinds.Im
,
ContactsContract.CommonDataKinds.Nickname
,
ContactsContract.CommonDataKinds.Note
,
ContactsContract.CommonDataKinds.Organization
,
ContactsContract.CommonDataKinds.Phone
,
ContactsContract.CommonDataKinds.Photo
,
ContactsContract.CommonDataKinds.Relation
,
ContactsContract.CommonDataKinds.SipAddress
,
ContactsContract.CommonDataKinds.StructuredName
,
and
10 others.
|
Columns of
ContactsContract.Contacts
that track the user's
preferences for, or interactions with, the contact.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CUSTOM_RINGTONE | URI for a custom ringtone associated with the contact. | |||||||||
String | LAST_TIME_CONTACTED | The last time a contact was contacted. | |||||||||
String | SEND_TO_VOICEMAIL | Whether the contact should always be sent to voicemail. | |||||||||
String | STARRED |
Is the contact starred?
Type: INTEGER (boolean) |
|||||||||
String | TIMES_CONTACTED |
The number of times a contact has been contacted
Type: INTEGER |
URI for a custom ringtone associated with the contact. If null or missing, the default ringtone is used.
Type: TEXT (URI to the ringtone)
The last time a contact was contacted.
Type: INTEGER
Whether the contact should always be sent to voicemail. If missing, defaults to false.
Type: INTEGER (0 for false, 1 for true)
Is the contact starred?
Type: INTEGER (boolean)
The number of times a contact has been contacted
Type: INTEGER