Be brave enough to face yourself when you are afraid...
2013年4月23日
Android: Disable ScreenShot
// This disables screen shot to be taken for current activity
if(android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.HONEYCOMB) {
getWindow().setFlags(LayoutParams.FLAG_SECURE, LayoutParams.FLAG_SECURE);
}
沒有留言:
張貼留言