public class

EditFdnContactScreen

extends Activity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.phone.EditFdnContactScreen

Class Overview

Activity to let the user add or edit an FDN contact.

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
EditFdnContactScreen()
Public Methods
boolean onCreateOptionsMenu(Menu menu)
Overridden to display the import and delete commands.
boolean onOptionsItemSelected(MenuItem item)
Overridden to allow for handling of delete and import.
boolean onPrepareOptionsMenu(Menu menu)
Allow the menu to be opened ONLY if we're not busy.
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent intent)
We now want to bring up the pin request screen AFTER the contact information is displayed, to help with user experience.
void onCreate(Bundle icicle)
[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 EditFdnContactScreen ()

Public Methods

public boolean onCreateOptionsMenu (Menu menu)

Overridden to display the import and delete commands.

public boolean onOptionsItemSelected (MenuItem item)

Overridden to allow for handling of delete and import.

public boolean onPrepareOptionsMenu (Menu menu)

Allow the menu to be opened ONLY if we're not busy.

Protected Methods

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

We now want to bring up the pin request screen AFTER the contact information is displayed, to help with user experience. Also, process the results from the contact picker.

protected void onCreate (Bundle icicle)