Disable Screenshots/Capturing

Knowledge Base Entry: #19
^Top
<< Back
Mobile-Menu










Disable Screenshots/Capturing
Category: Android/Snippets
Author: Bugfish
Created at: 2020-08-15 03:44:12
Modified at: 2025-09-19 17:25:35
Directs Hits: 742

In Constructor

super.onCreate(savedInstanceState);

// Disable Screenshots
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);
setContentView(R.layout.activity_main);

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
This Website is using Session Cookies for Site Functionality.