Skip to content

Instantly share code, notes, and snippets.

@ohjongin
Created April 9, 2013 09:57
Show Gist options
  • Save ohjongin/5344536 to your computer and use it in GitHub Desktop.
Save ohjongin/5344536 to your computer and use it in GitHub Desktop.
Android 캡쳐 방지 카카오 페이지에서는 컨텐츠 유출을 막기위해 스샷을 하지 못하게 해두었네요. 어떤 방법이 있나 궁금해서 찾아봤는데 의외로 간단한 방법이. https://plus.google.com/u/0/110330998862784153023/posts/SoMFkYMafm4
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);
@itmir913
Copy link

itmir913 commented Mar 1, 2017

간단하네요 ㅋㅋ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment