Created
April 9, 2013 09:57
-
-
Save ohjongin/5344536 to your computer and use it in GitHub Desktop.
Android 캡쳐 방지
카카오 페이지에서는 컨텐츠 유출을 막기위해 스샷을 하지 못하게 해두었네요. 어떤 방법이 있나 궁금해서 찾아봤는데 의외로 간단한 방법이.
https://plus.google.com/u/0/110330998862784153023/posts/SoMFkYMafm4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
간단하네요 ㅋㅋ