- builder
- A TaskStackBuilder that has been populated with Intents by onCreateNavigateUpTaskStack.
Prepare the synthetic task stack that will be generated during Up navigation from a different task.
This method receives the Android.App.TaskStackBuilder with the constructed series of Intents as generated by Activity.OnCreateNavigateUpTaskStack(TaskStackBuilder). If any extra data should be added to these intents before launching the new task, the application should override this method and add that data here.