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.
有没有办法拦截使用服务按下硬键以启动活动?
换句话说:是否可以在服务中处理 KeyEvents?
是的。您可以使用 InputMethodService 捕获 KeyEvent。硬键有自己的键码,就像软键一样。
看看 google 制作的 SoftKeypad 示例。