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.
ジェリービーンズでデフォルトのグーグル音声検索を直接起動してから、ボタンを押さずに直接話すにはどうすればよいですか?
これを使って:
Intent intent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); startActivity(intent);
これにより、デフォルトの音声検索アプリケーションに移動します。onClickListenerたとえば、通常どおりに使用してください
onClickListener