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()?