淘先锋技术网

首页 1 2 3 4 5 6 7

在教育平板定制化开发中,有需求是用开关按钮控制电源键是否可操作,电源按键事件是通过驱动事件上报到PhoneWindowManager中来处理的
1.短按事件
有powerPress(long eventTime, boolean interactive, int count)来处理

private void powerPress(long eventTime, boolean interactive, int count) {
   
        if (mDefaultDisplayPolicy.isScreenOnEarly() && !mDefaultDisplayPolicy.isScreenOnFully()) {
   
            Slog.i(TAG, "Suppressed redundant power key press while