public class

AttachImage

extends Activity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.contacts.AttachImage

Class Overview

Provides an external interface for other applications to attach images to contacts. It will first present a contact picker and then run the image that is handed to it through the cropper to make the image the proper size and give the user a chance to use the face detector.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
AttachImage()
Public Methods
void onCreate(Bundle icicle)
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent result)
void onSaveInstanceState(Bundle outState)
[Expand]
Inherited Methods
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public AttachImage ()

Public Methods

public void onCreate (Bundle icicle)

Protected Methods

protected void onActivityResult (int requestCode, int resultCode, Intent result)

protected void onSaveInstanceState (Bundle outState)