Let's say that I have this stack of activities:
A -> B -> C -> D
The activity D
has a Save
button. After click on that button I want to get back two activities in the stack (C
and D
are part of some kind of wizard so I want to remove them both):
A -> B
Is this possible?