I create a WebView and give it a link to the resource.
web = (WebView) getActivity().findViewById(R.id.web); web.getSettings().setJavaScriptEnabled(true); web.loadUrl("http..."); When you go to the URL, an attempt is made to access the microphone, but WebView blocks this attempt. The question is how do I give permission to use the microphone for the web ?