Can screenshot's be disabled in an android app? -


i curious know if screenshots can disabled when running android app if design one.

you welcome use flag_secure block screenshots , thumbnails of activities:

public class flagsecuretestactivity extends activity {   @override   public void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);      getwindow().setflags(layoutparams.flag_secure,                          layoutparams.flag_secure);      setcontentview(r.layout.main);   } } 

Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -