Skip to content

Instantly share code, notes, and snippets.

@billynyh
Created July 23, 2013 05:12
Show Gist options
  • Save billynyh/6060003 to your computer and use it in GitHub Desktop.
Save billynyh/6060003 to your computer and use it in GitHub Desktop.
#android screen on without extra permission
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment