<Using setDisplayHomeAsUpEnabled(true) to set a re...
# stackoverflow
u
Using setDisplayHomeAsUpEnabled(true) to set a return icon, what should I do to return to previous activity after clicking on that icon? [duplicate] This question already has an answer here: android toolbar: how to go back to previous activity if back arrow is pressed 5 answers getSupportActionBar()?.setDisplayHomeAsUpEnabled(true); Using setDisplayHomeAsUpEnabled(true) to set a return icon,...