Skip to content

Instantly share code, notes, and snippets.

@jbail
Created August 3, 2011 19:49
Show Gist options
  • Select an option

  • Save jbail/1123601 to your computer and use it in GitHub Desktop.

Select an option

Save jbail/1123601 to your computer and use it in GitHub Desktop.
Fullscreen in Android
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN |
WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment