Skip to content

Instantly share code, notes, and snippets.

@Phonbopit
Created February 18, 2014 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phonbopit/9064066 to your computer and use it in GitHub Desktop.
Save Phonbopit/9064066 to your computer and use it in GitHub Desktop.
Full Screen on Android
requestWindowFeature(Window.FEATURE_NO_TITLE);
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment