How to prevent my app from capturing screen recording in android?
If you are using SurefaceView with media player then use SurfaceView.setSecure(true) , then your video will be secured from any other apps.
If you are using SurefaceView with media player then use SurfaceView.setSecure(true) , then your video will be secured from any other apps.