对于< 8的接口,有没有替代stopListening()方法的方法,因为这个方法已经包含在API级别8中了?
stopListening()
发布于 2019-03-20 22:13:25
SpeechRecognizer类是在API 8上增加的,所以不能在API较低的设备上使用。
SpeechRecognizer
发布于 2019-03-20 22:15:22
SpeechRecognizer类本身是在API8中添加的。
https://stackoverflow.com/questions/55262730
相似问题