Skip to content

Instantly share code, notes, and snippets.

@pmalek
Created April 23, 2014 19:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmalek/11228896 to your computer and use it in GitHub Desktop.
Save pmalek/11228896 to your computer and use it in GitHub Desktop.
Hide status bar in Android
getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment