How to Block screenshot in Sketchware
To block Screenshot or screen recording use code below in onCreate or event after which you want to block Screenshot.
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,WindowManager.LayoutParams.FLAG_SECURE;
Comments
Post a Comment