Skip to content

Instantly share code, notes, and snippets.

@koush
Created July 23, 2016 08:34
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 koush/6a4240edaece046a95f7f70291731ece to your computer and use it in GitHub Desktop.
Save koush/6a4240edaece046a95f7f70291731ece to your computer and use it in GitHub Desktop.
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE | WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE |
// also need this to draw on status and nav bar.
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS |
// and whatever the fuck this does
WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON | WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD |
WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED | WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment