Android back button problem
问题 Say I have 3 Activities in my application: A, B and C. The flow though the application is: A -> B -> C. Once at C, pressing the back button will take the user to B. If the user presses the back button another time they got to A, and finally if they press it one more time, they exit the application. Objective: When the user presses the back button on C, they should go to A and not B, and if they press it another time, they exit the app. Problem: When overriding the back button on Activity C to