I need to make an application with functionality that demands a secure screen in terms of preventing screenshots and screen recording. Now, i know WindowManager.LayoutParams.FLAG_SECURE prevents standard screenshots, but will it successfully block 3rd party app screenshots, and is there a way to block screen recording software as well (e.g. game video recording software)?
Thank you!