1
我想我使用下面的代码获得当前的语音识别。Android - 当前语音识别服务的名称是什么
String serviceComponent = Settings.Secure.getString(mContext.getContentResolver(),
Settings.Secure.VOICE_RECOGNITION_SERVICE);
应该这样做,但Settings.Secure.VOICE_RECOGNITION_SERVICE
不被识别。
这是什么? https://developers.google.com/voice-actions/ –