2014년 12월 30일 화요일
[AnDrOiD] 화면 캡쳐 방지
setContentView(); 이전에 아래의 코드를 넣는다.
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
출처 : http://biig.tistory.com/54
2014년 12월 11일 목요일
2014년 12월 10일 수요일
[AnDrOiD] ADT 와 BlueStacks 연동
c:\> adb connect 127.0.0.1:5555
connected to 127.0.0.1:5555
unable to connected to 127.0.0.1:5555 이 나오는 경우 포트를 변경 한다.
피드 구독하기:
글
(Atom)