android.provider
public
static
final
class
android.provider.Contacts.Intents
Contains helper classes used to create or manage Intents
that involve contacts.
Nested Classes
Summary
Constants
|
|
|
Value |
|
String |
ATTACH_IMAGE |
Starts an Activity that lets the user pick a contact to attach an image to. |
"com.android.contacts.action.ATTACH_IMAGE" |
String |
SEARCH_SUGGESTION_CLICKED |
This is the intent that is fired when a search suggestion is clicked on. |
"android.provider.Contacts.SEARCH_SUGGESTION_CLICKED" |
String |
SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED |
This is the intent that is fired when a search suggestion for creating a contact
is clicked on. |
"android.provider.Contacts.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED" |
String |
SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED |
This is the intent that is fired when a search suggestion for dialing a number
is clicked on. |
"android.provider.Contacts.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED" |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
ATTACH_IMAGE
Starts an Activity that lets the user pick a contact to attach an image to.
After picking the contact it launches the image cropper in face detection mode.
Constant Value:
"com.android.contacts.action.ATTACH_IMAGE"
public
static
final
String
SEARCH_SUGGESTION_CLICKED
This is the intent that is fired when a search suggestion is clicked on.
Constant Value:
"android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
public
static
final
String
SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED
This is the intent that is fired when a search suggestion for creating a contact
is clicked on.
Constant Value:
"android.provider.Contacts.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED"
public
static
final
String
SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED
This is the intent that is fired when a search suggestion for dialing a number
is clicked on.
Constant Value:
"android.provider.Contacts.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED"
Public Constructors
public
Contacts.Intents()