How do I deny the DETECT_SCREEN_CAPTURE permission?
1
vote
0
answers
625
views
If an app requests the DETECT_SCREEN_CAPTURE permission (new to Android 14 ), how can I deny it that permission? I don't want the app to get a SecurityException or anything like that; I just want to make the screen capture callback never fire. Solutions that need ADB or root are acceptable.
Asked by Joseph Sible-Reinstate Monica
(320 rep)
Oct 6, 2023, 04:32 AM