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

Added Methods
void   finishAffinity ()  
Intent   getParentActivityIntent ()  
boolean   navigateUpTo ( Intent )  
boolean   navigateUpToFromChild ( Activity, Intent )  
void   onCreateNavigateUpTaskStack ( TaskStackBuilder )  
boolean   onNavigateUp ()  
boolean   onNavigateUpFromChild ( Activity )  
void   onPrepareNavigateUpTaskStack ( TaskStackBuilder )  
boolean   shouldUpRecreateTask ( Intent )  
void   startActivityForResult ( Intent, int , Bundle )  
void   startActivityFromChild ( Activity, Intent , int , Bundle )  
void   startActivityFromFragment ( Fragment, Intent , int , Bundle )  
boolean   startActivityIfNeeded ( Intent, int , Bundle )  
void   startIntentSenderForResult ( IntentSender, int , Intent , int , int , int , Bundle )  
void   startIntentSenderFromChild ( Activity, IntentSender , int , Intent , int , int , int , Bundle )  
boolean   startNextMatchingActivity ( Intent, Bundle )