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