Geckoview get microphone permission
问题 I am trying to use the audio recording feature from a website inside a GeckoView element. Therefore I set the permission inside AndroidManifest.xml: <uses-permission android:name="android.permission.RECORD_AUDIO" /> When I now try to record the audio on the website, an HTML PopUp (which is part of the website, not a feature of the browser) tells me that I need to give permission. I can't do anything else - it's just a note without buttons. On the other hand: when I use the regular Firefox