protected
static
interface
ContactsContract.ContactOptionsColumns
android.provider.ContactsContract.ContactOptionsColumns |
Columns of ContactsContract.Contacts
that track the user's
preferences for, or interactions with, the contact.
See also:
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 |
PINNED
The position at which the contact is pinned. |
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 |
String CUSTOM_RINGTONE
URI for a custom ringtone associated with the contact. If null or missing, the default ringtone is used.
Type: TEXT (URI to the ringtone)
Constant Value: "custom_ringtone"
String LAST_TIME_CONTACTED
The last time a contact was contacted.
Type: INTEGER
Constant Value: "last_time_contacted"
String PINNED
The position at which the contact is pinned. If UNPINNED
,
the contact is not pinned. Also see ContactsContract.PinnedPositions
.
Type: INTEGER
Constant Value: "pinned"
String SEND_TO_VOICEMAIL
Whether the contact should always be sent to voicemail. If missing, defaults to false.
Type: INTEGER (0 for false, 1 for true)
Constant Value: "send_to_voicemail"
String STARRED
Is the contact starred?
Type: INTEGER (boolean)
Constant Value: "starred"
String TIMES_CONTACTED
The number of times a contact has been contacted
Type: INTEGER
Constant Value: "times_contacted"