How Do I Go Back To Previous Activity On Android?
How Do I Go Back To Previous Activity On Android? You can go back to the previous activity by just calling finish() in the activity you are on. Note any code after the finish() call will be run – you can just do a return after calling finish() to fix this. How do I close