I have a parent activity (as ACTIVITY GROUP) and some child activity of this parent activity (as ACTIVITY). I am just calling child1 now i want to move from child1 to child2 and just want to finish() child1. But when i am calling finish() it is also finishing the parent activity.
Plz send me a solution for it.