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.
我想禁用或修改手机物理按键的功能,我知道可能需要root。我发现了许多其他关于如何仅在一个应用程序中执行此操作的 SO 问题,但我想在按下物理按钮时在整个手机中执行此操作。这可能吗?也许通过使用广播接收器或类似的东西?
这可能吗?
并不真地。如果您的设备有 CAMERA 按钮,并且前台活动不消耗 CAMERA 按钮单击,则将导致 ACTION_CAMERA_BUTTON 广播。如果您的应用程序包含主屏幕,则当用户选择您的主屏幕作为其默认主屏幕时,该屏幕可以在用户按下 HOME 按钮时获得控制。
除此之外,除了修改操作系统和构建自己的固件之外,没有其他可能。