I want to add “Back” button to my activity to be able to reopen the previous activity, I read that task stack keeps all the previously opened activities m how can I start the latest opened activity when clicking my “Back” button ?
I want to add Back button to my activity to be able to reopen
Share
Imitating the back button:
finish(); API