http://www.andro.lt/2012/08/disabling-preview-in-recent.html

If you want your application's content be hiden in recent applications, you can use such flag:


        // This will disable preview in recent applications
        getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);



DDMS 에서 화면캡쳐는 못막음.. ㅠㅠ 대신 색상이 좀 이상하게 나올 수 있음..ㅎ