Skip to content

Instantly share code, notes, and snippets.

@diewland
Created April 8, 2016 06:35
Show Gist options
  • Save diewland/c0a883357f2126e1fea50a1f799dd354 to your computer and use it in GitHub Desktop.
Save diewland/c0a883357f2126e1fea50a1f799dd354 to your computer and use it in GitHub Desktop.
Ignore back button in android
@Override
public void onBackPressed() {
// ignore back button
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment