Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

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 .