ContactsContract
@Deprecated public static final class Contacts.Intents extends Object
Intents
that involve contacts.Modifier and Type | Class and Description |
---|---|
static class |
Contacts.Intents.Insert
Deprecated.
see
ContactsContract |
static class |
Contacts.Intents.UI
Deprecated.
Do not use. This is not supported.
|
Modifier and Type | Field and Description |
---|---|
static String |
ATTACH_IMAGE
Deprecated.
see
ContactsContract |
static String |
EXTRA_CREATE_DESCRIPTION
Deprecated.
see
ContactsContract |
static String |
EXTRA_FORCE_CREATE
Deprecated.
see
ContactsContract |
static String |
EXTRA_TARGET_RECT
Deprecated.
see
ContactsContract |
static String |
SEARCH_SUGGESTION_CLICKED
Deprecated.
see
ContactsContract |
static String |
SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED
Deprecated.
see
ContactsContract |
static String |
SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED
Deprecated.
see
ContactsContract |
static String |
SHOW_OR_CREATE_CONTACT
Deprecated.
see
ContactsContract |
Constructor and Description |
---|
Intents()
Deprecated.
see
ContactsContract |
@Deprecated public static final String SEARCH_SUGGESTION_CLICKED
ContactsContract
@Deprecated public static final String SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED
ContactsContract
@Deprecated public static final String SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED
ContactsContract
@Deprecated public static final String ATTACH_IMAGE
ContactsContract
@Deprecated public static final String SHOW_OR_CREATE_CONTACT
ContactsContract
For mailto:
URIs, the scheme specific portion must be a
raw email address, such as one built using
Uri.fromParts(String, String, String)
.
For tel:
URIs, the scheme specific portion is compared
to existing numbers using the standard caller ID lookup algorithm.
The number must be properly encoded, for example using
Uri.fromParts(String, String, String)
.
Any extras from the Contacts.Intents.Insert
class will be passed along to the
create activity if there are no contacts to show.
Passing true for the EXTRA_FORCE_CREATE
extra will skip
prompting the user when the contact doesn't exist.
@Deprecated public static final String EXTRA_FORCE_CREATE
ContactsContract
SHOW_OR_CREATE_CONTACT
to force creating a new
contact if no matching contact found. Otherwise, default behavior is
to prompt user with dialog before creating.
Type: BOOLEAN
@Deprecated public static final String EXTRA_CREATE_DESCRIPTION
ContactsContract
SHOW_OR_CREATE_CONTACT
to specify an exact
description to be shown when prompting user about creating a new
contact.
Type: STRING
@Deprecated public static final String EXTRA_TARGET_RECT
ContactsContract
SHOW_OR_CREATE_CONTACT
to specify a
dialog location using screen coordinates. When not specified, the
dialog will be centered.@Deprecated public Intents()
ContactsContract