Black Coffee
캡쳐 방지 본문
반응형
출처및 참고 : https://plus.google.com/u/0/+AndroidDevelopers/posts/73dSSD6rkvB
스크릿샷 방지를 하드웨어적 보안이 없는 디스플레이 장치에서도 사용가능하다고 보이네요;
물론 안드로이드 4.2 이상에서만 가능하다고 합니다;
SurfaceView.setSecure()
FLAG_SECURE를 이용하면 되는듯 합니다
SurfaceView.setSecure() 는 스크린샷 관련된것이고
FLAG_SECURE의 경우 비디오 외부출력에 대해서도 가능한듯 보입니다
Display flag: Indicates that the display has a secure video output and supports compositing secure surfaces.
If this flag is set then the display device has a secure video output and is capable of showing secure surfaces.
반응형
'프로그래밍 > Android' 카테고리의 다른 글
안드로이드 4.4 킷캣의 새로운 크로미엄 웹뷰 (0) | 2014.01.03 |
---|---|
DevBytes: Folding Layout (0) | 2013.09.21 |
Web DMB (0) | 2012.12.12 |
에뮬레이터에 IMEI 추가하는방법 (0) | 2012.09.18 |
Google Music API 는 아직 미지원?? (0) | 2012.05.03 |
Comments