How I can do so that pressing the "back button" in the telephone doesn't return to the previous page?
In Android I could remove the activities from stack in which the screens are stacked, but here I do not know how.
I want to do this because I have 2 screens of settings and when you get to the third, the user can work. But if user is in the third screen and hit the "back button", shouldn't longer show the settings screens but simply leave.
Thanks in advance.