Disable Screenshots/Capturing
Created at: 2020-08-15 03:44:12Modified at: 2025-09-19 17:25:35In 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.