Skip to content

Instantly share code, notes, and snippets.

@wangchauyan
Created May 25, 2015 09:00
Show Gist options
  • Save wangchauyan/36c2e16d774b7ec10f9a to your computer and use it in GitHub Desktop.
Save wangchauyan/36c2e16d774b7ec10f9a to your computer and use it in GitHub Desktop.
Hide Android Virtual Keyboard
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment