sketchub icon

🚫 Disable Screenshot and Screen Recording

CoCoCo_CoCoCo
21 Likes
10 Comments
215 Downloads

Screenshots

About

How To Disable Screenshot and Screen Recording in Android Application.

Create add source directly:

//below code will Disable Screenshot

getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,
                WindowManager.LayoutParams.FLAG_SECURE);

©2024 Sketchub | User Policy