Access to the Microphone
in the background is stopped in Android 11
. There are only 3 options, Allow when in-use, Allow once, and Deny.
How to make the app get access to the microphone in the background all the time in Android 11
? Is there any workaround?
The new Android Developer Policy restricts access to Microphone and Camera in the background.
Using Accessibility Service
one can still use the feature in the background. However, the notification will always be on.