Guest User

Untitled

a guest
Nov 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @Override
  2. public boolean onOptionsItemSelected(MenuItem item) {
  3. int id = item.getItemId();
  4. // When the home button is pressed, take the user back to the MainActivity
  5. if (id == android.R.id.home) {
  6. NavUtils.navigateUpFromSameTask(this);
  7. }
  8. return super.onOptionsItemSelected(item);
  9. }
Add Comment
Please, Sign In to add comment