I have activitys, A ,B1, B2, B3, B4, C, D, E
When my stack is A->B1->C->D.
Then I call B2 from D ,activity stack need to like this A->B2.
Bx will always set to second history in stack .
How can I set activity_flag in Activity D ?
I have activitys, A ,B1, B2, B3, B4, C, D, E
When my stack is A->B1->C->D.
Then I call B2 from D ,activity stack need to like this A->B2.
Bx will always set to second history in stack .
How can I set activity_flag in Activity D ?