Android
android.provider
public static final class

android.provider.Contacts.Intents

java.lang.Object
android.provider.Contacts.Intents

Contains helper classes used to create or manage Intents that involve contacts.

Nested Classes
Contacts.Intents.Insert Convenience class that contains string constants used to create contact Intents
Contacts.Intents.UI Intents related to the Contacts app UI. 

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

            Contacts.Intents()
Methods inherited from class java.lang.Object

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()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56