public class

ImportVCardActivity

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

Class Overview

Class for importing vCard. Several user interaction will be required while reading (selecting a file, waiting a moment, etc.) Note that this Activity assumes that the instance is a "one-shot Activity", which will be finished (with the method finish()) after the import and never reuse any Dialog in the instance. So this code is careless about the management around managed dialogs stuffs (like how onCreateDialog() is used).

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
ImportVCardActivity()
Public Methods
void finalize()
Protected Methods
void onCreate(Bundle bundle)
Dialog onCreateDialog(int resId)
void onDestroy()
void onPause()
[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 ImportVCardActivity ()

Public Methods

public void finalize ()

Protected Methods

protected void onCreate (Bundle bundle)

protected Dialog onCreateDialog (int resId)

protected void onDestroy ()

protected void onPause ()