开发者

Android Emulator Power Key Long Press Event

开发者 https://www.devze.com 2023-01-29 07:37 出处:网络
I want to add item in the context menu of Power options, appear after long key p开发者_StackOverflow社区ress of Power.

I want to add item in the context menu of Power options, appear after long key p开发者_StackOverflow社区ress of Power. I have tried to capture event onkeyLongpress but its not working.


Event for power key won't be delivered to other child window, as it is intercepted in PhoneWindowManager.java

You can add your option in GlobalActions.java

private ArrayList<Action> mItems;


I want to add item in the context menu of Power options

That is not possible except via firmware modifications, AFAIK.

0

精彩评论

暂无评论...
验证码 换一张
取 消