History log of /frameworks/base/policy/src/com/android/internal/policy/impl/GlobalKeyManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0b823f71b1ef1a50c97a60571bd99acd6c5ddda 09-Oct-2014 Justin Koh <justinkoh@google.com> Make GlobalKeyManager broadcasts send as foreground

Should prioritize these since they are due to user interaction.

Change-Id: If36d5502dbd53de6102b05fd54caed56e22685da
/frameworks/base/policy/src/com/android/internal/policy/impl/GlobalKeyManager.java
d7c0c2ee45dd5367ac7863517de2e385fbd424f3 30-May-2014 Tim Kilbourn <tkilbourn@google.com> Add global key mappings to dump output.

Example:

mKeyMapping={
KEYCODE_FOO=com.example/com.example.KeyReceiver
}

Change-Id: I03ed8327cebf245ff1e3e5f2aaef3cdec1b94d98
/frameworks/base/policy/src/com/android/internal/policy/impl/GlobalKeyManager.java
d378ad74c61b9bd3fdaa32951c4c470fcd579ade 01-Apr-2013 Justin Koh <justinkoh@google.com> Add global key configuration file

Add global key configuration file. A global key is one that is handled by
PhoneWindowManager before dispatching and sent to a given component via
broadcast instead of going to the foreground app.
Bug: 8510681

Change-Id: Ic6a8e559680d005613ed22874b27eb78bbfc4499
/frameworks/base/policy/src/com/android/internal/policy/impl/GlobalKeyManager.java