Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  @Override
  2.     public boolean onOptionsItemSelected(MenuItem menuItem) {
  3.         if (menuItem.getItemId() == android.R.id.home) {
  4.             onBackPressed();
  5.             Toast.makeText(this, "1", Toast.LENGTH_SHORT).show();
  6.         }
  7.         return super.onOptionsItemSelected(menuItem);
  8.     }