长按Android 9 Remap电源按钮

时间:2019-12-13 11:53:10

标签: android android-intent android-9.0-pie android-toast accessibilityservice

Android 9上,我想重新映射长按power button以显示toast消息而不是电源菜单。 在Android 8之前,我可以使用intent android.intent.action.CLOSE_SYSTEM_DIALOGS来做到这一点,但这在Android 9上不再起作用。 在论坛(Detect power button long press中签入,我发现使用无障碍服务应该得到相同的结果。

在这种情况下,您能告诉我如何写intent吗?

谢谢!

0 个答案:

没有答案