Disable Screenshots/Capturing

ID - _BUGFISH - E#19
^Top
<< Back
Mobile-Menu










Disable Screenshots/Capturing
Category: Android-Java
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2020-08-15 03:44:12
Modified: 2024-11-17 03:37:51
Views: 734

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.

In Constructor

super.onCreate(savedInstanceState);

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

Currently 0 Upvotes!

captcha image
System - 2024-11-05 18:26:50
Commenting System Initialized! Have a very nice day!

Switches: 0 | Arrivals: 6 | Visits: 6
This Website is using Session Cookies for Site Functionality.