android.provider.ContactsContract.ContactOptionsColumns |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CUSTOM_RINGTONE | A custom ringtone associated with a 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 |
A custom ringtone associated with a contact. Not always present.
Type: TEXT (URI to the ringtone)
The last time a contact was contacted.
Type: INTEGER
Whether the contact should always be sent to voicemail. Not always present.
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