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.
以前のリリースでは、検索キーをキャッチできました
(keyCode == KeyEvent.KEYCODE_SEARCH)
onKeyDown メソッドを使用していたとき。しかし、Androidの新しいリリースでは、もう機能しません.検索キーをキャッチする別の可能性はありますか?
代わりにActivity.onSearchRequested()をオーバーライドする必要があるのではないでしょうか?