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.
如何在 jellybean 上直接启动默认的 google 语音搜索,之后您无需按任何按钮即可直接说话?
用这个:
Intent intent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); startActivity(intent);
这会将您发送到您的默认语音搜索应用程序。只需像平常一样使用它onClickListener,例如
onClickListener