How to get SpeechRecognizer listner response in js function?
问题 I am working on SpeechRecognizer Listner activity. I am triggering the intent (startListning(intent)) from Webview button click threw javascript act.startFun(); And the startFun() method is declared in my MainActivity.java file public void startFun(){ Log.d(TAG,"ONCLICK"); Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); intent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE,