Skip to content

Instantly share code, notes, and snippets.

@tobrun
Created October 2, 2014 09:06
Show Gist options
  • Save tobrun/3043b8dc9e5cb01af37d to your computer and use it in GitHub Desktop.
Save tobrun/3043b8dc9e5cb01af37d to your computer and use it in GitHub Desktop.
Disable screenshot
// DISABLE SCREENSHOT
getWindow().setFlags(LayoutParams.FLAG_SECURE,LayoutParams.FLAG_SECURE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment