How to disable taking screen shot in android . My app is inside another container ex: Blackberry container . Im using the blackberry SDK for my app.
Im using the following code:
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,
WindowManager.LayoutParams.FLAG_SECURE);
This is not working . If there is any solution please provide. Thanks .