Screen recording’s audio stops when the launching activity stops
I am using MediaProjectionManager
to record screen. I request the permission from a transparent Activity. Once I get it, I call Activity#finish()
on the transparent activity so it’s no longer in the way.