Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经阅读了关于 SO 的这篇文章,并尝试了代码来启动我自己的语音识别活动。有效!。所以我的问题是,如何自定义内置语音命令按钮(硬件)的操作来启动我编写的活动而不是内置语音搜索?我已经彻底搜索了包括这个网站在内的网络。但我找不到解决方案。我知道有人在SO上有它!!!!
您必须使用SpeechRecognizer而不是RecognizerIntent. 它有点难使用,但你可以完全控制。
SpeechRecognizer
RecognizerIntent
有关代码,请参见我的回复:
以及我在这里对两种方法之间差异的讨论