Android Studio – Is it possible to exit app without closing activity
Is it possible to open straight to last activity in app when previously pressed the back button ? just like when pressed home button the app will straight to open last activity. using finish() and finishAffinity() not working because it…