I try to create an Android application to detect sharing screens and screen recording. I use DisplayManager but it's not working on some devices so I want to try another way. MediaProjection is a library to capture screen content and/or record system audio on Android, so can I use MediaProjection to detect whether the app is being shared/captured screen or recording audio?
Asked
Active
Viewed 40 times