I have a problem I hope someone can help me.
I have several activities
Main Activity, Activity 1, Activity 2, Activity3
Primal Activity let's say it's a list and activities 1 to 3 are forms, in activity3 when a save ends I need to return to the main activity, but if I use finish only return to the previous one, I do not want to use startActivity because when they give it with the "return" phone button, we would return to Activity 3.
Thank you.