Allow MediaProjection Automatically without having the user interventions

250 Views Asked by At

I want to add a screen capture activity in my app but I don't want to show the below dialog for the permissions. Is there any way that I can set permissions automatically for screen capture/screen share and by-pass this dialog? How to get the intent without this dialog and proceed with permissions granted?

enter image description here

1

There are 1 best solutions below

1
Candyman On

No, there is no way to bypass any permission dialog. Without it your app wouldn't even have to permission to record the screen.