Created
May 25, 2015 09:00
-
-
Save wangchauyan/36c2e16d774b7ec10f9a to your computer and use it in GitHub Desktop.
Hide Android Virtual Keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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