Class android.app.Activity

Removed interface android.view.LayoutInflater.Factory.
Added interface android.view.LayoutInflater.Factory2.

Removed Methods
long getInstanceCount()  
void setPersistent( boolean)  
 

Added Methods
boolean  dispatchKeyShortcutEvent( KeyEvent)  
void  dump( String, FileDescriptor , PrintWriter , String[] )  
ActionBar  getActionBar()  
FragmentManager  getFragmentManager()  
LoaderManager  getLoaderManager()  
void  invalidateOptionsMenu()  
boolean  isChangingConfigurations()  
void  onActionModeFinished( ActionMode)  
void  onActionModeStarted( ActionMode)  
void  onAttachFragment( Fragment)  
View  onCreateView( View, String , Context , AttributeSet )  
boolean  onKeyShortcut( int, KeyEvent )  
ActionMode  onWindowStartingActionMode( Callback)  
void  recreate()  
void  setFinishOnTouchOutside( boolean)  
ActionMode  startActionMode( Callback)  
void  startActivityFromFragment( Fragment, Intent , int )  
 

Changed Methods
Cursor  managedQuery( Uri, String[] , String , String[] , String ) Now deprecated.
 
void  startManagingCursor( Cursor) Now deprecated.
 
void  stopManagingCursor( Cursor) Now deprecated.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.