Add Snippet |
disable the user from taking screen shot of your activity
raw · copy · downloadgetWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,WindowManager.LayoutParams.FLAG_SECURE);
Preview
Editors
Tags
Related Snippets
Disable Screenshot in Android
Convert Bitmap to Grayscale
Pinch to Zoom and pan/drag ImageView in android
Fix webview: Should not happen: no rect-based-test nodes found
Get the phone SDK version
Basic service example in android
Be the first to comment