thanks, while it doesn't resolve it completely, it may be possibleto make it show only one time each time the app used https://stackoverflow.com/questions/56944645/mediaprojection-issues-on-android-9Yes, as far as I know it's no longer possible to keep that dialog from coming up every time. (but you could certainly write to Google or your phone maker to complain about that)
Hi mike, I found out that if you enable PROJECT_MEDIA permission, that warning message doesn't show up anymore, please consider adding it.Thanks - will see if we can get this one working for us too (though I'm a little wary that it might actually make things worse on some of the Chinese Android forks, which tend to police this stuff even more than Google does).
I didn't use this exact step but yes I did manually grant the permissionThat doesn't seem to be a permission that apps can request in their manifest, as far as I can tell. It does seem to be a permission you can manually grant through ADB, haven't tested it but research suggests that running:
cmd appops set com.pleco.chinesesystem PROJECT_MEDIA allow
in the ADB shell on your device would get rid of the permission dialogs.