I have restricted the screen capture and recording in android using the below code snippet. It is working fine in same application but i want to redirect the app to some other page(Payment page) where user should not see the payment page(here user can able to see the page). How do i restrict those pages not to record?
The following code added in onCreate method of ManActivity.java file
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);