protected static interface ContactsContract.ContactOptionsColumns
ContactsContract.Contacts
that track the user's
preferences for, or interactions with, the contact.Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_RINGTONE
URI for a custom ringtone associated with the contact.
|
static String |
LAST_TIME_CONTACTED
The last time a contact was contacted.
|
static String |
PINNED
The position at which the contact is pinned.
|
static String |
SEND_TO_VOICEMAIL
Whether the contact should always be sent to voicemail.
|
static String |
STARRED
Is the contact starred?
|
static String |
TIMES_CONTACTED
The number of times a contact has been contacted
Type: INTEGER
|
static final String TIMES_CONTACTED
Type: INTEGER
static final String LAST_TIME_CONTACTED
Type: INTEGER
static final String STARRED
Type: INTEGER (boolean)
static final String PINNED
ContactsContract.PinnedPositions.UNPINNED
,
the contact is not pinned. Also see ContactsContract.PinnedPositions
.
Type: INTEGER
static final String CUSTOM_RINGTONE
Type: TEXT (URI to the ringtone)
static final String SEND_TO_VOICEMAIL
Type: INTEGER (0 for false, 1 for true)