Skip to content

Instantly share code, notes, and snippets.

@yoosinpaddy
Created May 25, 2021 21:31
Show Gist options
  • Save yoosinpaddy/ca744ad4d1371ae49d05181fe2cd1d64 to your computer and use it in GitHub Desktop.
Save yoosinpaddy/ca744ad4d1371ae49d05181fe2cd1d64 to your computer and use it in GitHub Desktop.
prevent screenshot in android app
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,WindowManager.LayoutParams.FLAG_SECURE);
//add this code in the oncreate of an activity before set content view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment