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.
可以在Android中处理有线耳机(没有蓝牙耳机,这很重要)按钮吗?例如,如果用户按下“播放”按钮(接听来电),我会更改 TextView 的文本(这是一个虚拟示例,不是真正的任务 :))。
有人可以发布示例代码吗?(如果它是可能的)
谢谢, IB
覆盖onKeyDown()您并Activity注意KEYCODE_MEDIA_*.KeyEvents
onKeyDown()
Activity
KEYCODE_MEDIA_*
KeyEvents