how can I create a condition on my android app where When I pressed the back button on the toolbar some code will happening.
I tried this but it doesnt work.
@Override
public void onBackPressed() {
super.onBackPressed();
stopTimerTask();
}