Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide a secure view completely in MediaProjection - android

I'm creating a screen recorder app using the MediaProjection API. In my app, I'm showing the stop button as a small overlay window. I've kept this view as secure so that it doesn't come up in the final recorded video.

This view doesn't come up in the final video, but the final output is itself a black area in place of the original view.

Is it any way possible to get the final video output without this black area?

like image 589
omerjerk Avatar asked Oct 26 '16 06:10

omerjerk


1 Answers

No way to do that currently unless you have System permission.

like image 54
reker Avatar answered Nov 03 '22 06:11

reker