In many apps (Calendar, Drive, Play Store) when you tap a button and enter a new activity, the icon in the title bar turns into a back button, but for the app I am making, i
This is working for me getSupportActionBar().setDisplayHomeAsUpEnabled(false); enter image description here