I am having difficulties trying to remove the back/home button from the action bar.
getActionBar().setDisplayShowHomeEnabled(false); //disable back button
Use getActionBar().setDisplayHomeAsUpEnabled(false) to remove the home button from the action bar.
getActionBar().setDisplayHomeAsUpEnabled(false)