org.openintents.tags.content
Class PackageList

java.lang.Object
  extended by ListActivity
      extended by org.openintents.tags.content.PackageList

public class PackageList
extends ListActivity


Field Summary
static int PACKAGE_ADD_ID
           
static int PACKAGE_DEL_ID
           
 
Constructor Summary
PackageList()
           
 
Method Summary
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onOptionsItemSelected(MenuItem item)
           
 boolean onPrepareOptionsMenu(Menu menu)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_ADD_ID

public static final int PACKAGE_ADD_ID

PACKAGE_DEL_ID

public static final int PACKAGE_DEL_ID
Constructor Detail

PackageList

public PackageList()
Method Detail

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onPrepareOptionsMenu

public boolean onPrepareOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)