inputeent专题

Android4.1中会被系统拦截的InputEent

1. InputDispatcher::notifyKey      如果系统发现一个Event是KeyEvent, 会调用nofityKey去通知收到一个KeyEvent. 在notifyKey中会查看policy的策略。       mPolicy->interceptKeyBeforeQueueing(&event, /*byref*/ policyFlags);  //mPoli