HTC One M7上的语音识别器

我使用Android内置的语音识别类编写了一个语音识别应用程序。在使用createSpeechRecognizer(Context)函数获取的语音识别器对象上调用startListning函数时,在我的开发人员控制台中显示以下异常。

安全异常:

java.lang.SecurityException: Not allowed to bind to service Intent
{   act=android.speech.RecognitionService        
    cmp=com.htc.android.voicedictation/.VoiceDictationService 
}

您知道为什么会发生这种情况以及如何修复吗?

测试可在Nexus 7和HTC One X上运行。

HTC One M7(4.2.2)失败


解决方案

通过以下链接找到了此问题的根本原因:https://groups.google.com/forum/#!topic/joaomgcd/qcSfL2-SIfk

解决方案:必须在设备上启用Google语音输入。

在HTC One设备上启用Google语音打字的步骤: http://eguides.sprint.com/support/eguides/htconem8/index.html#htc_one_m8_ug/keyboard_and_input_methods_google_voice_typing.html

相关文章