Hi guys! I want to disable screen recording in my ...
# android
e
Hi guys! I want to disable screen recording in my app(screen capture allowed). As I researched on the internet there is only one solution:
window.setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE)
is there any other solution?
😶 3