gpt4 book ai didi

android - 如何以编程方式显示语音识别设置屏幕

转载 作者:行者123 更新时间:2023-11-29 15:26:40 26 4
gpt4 key购买 nike

如何在 Android 应用程序中显示系统语音识别设置屏幕?

注:还有一个类似的问题here但它已经过时了。

最佳答案

Pre-Jelly Bean,方法是使用 Intent :

Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setClassName("com.google.android.voicesearch", "com.google.android.voicesearch.VoiceSearchPreferences");

但是:我还没有机会在 Honeycomb (API 11-13) 上测试这个 - 有人知道吗?

Jelly Bean,你需要修改包名:

intent.setClassName("com.google.android.googlequicksearchbox", "com.google.android.voicesearch.VoiceSearchPreferences");

关于android - 如何以编程方式显示语音识别设置屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11860229/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com