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 )  
 
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.