删除语音搜索中麦克风旁边的提示搜索视图

时间:2018-10-05 14:17:08

标签: android android-intent voice-recognition voice android-tv

在Android TV上运行应用程序并实现了语音搜索。

很高兴看到MIC图标,但讨厌MIC旁边的“提示搜索视图”,因此决定永久删除该图标,但始终没有找到

click here to see screenshot

private void startVoiceRecognitionActivity()  
    {  
        Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);  
        intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
        startActivityForResult(intent, REQUEST_CODE);  
    }

0 个答案:

没有答案