Skip to content
Commit db92f29b authored by Vaibhav Devmurari's avatar Vaibhav Devmurari
Browse files

Handle Home shortcut in PhoneWindowManager and back in native

Home: This is fully handled by System and can be handled in
PhoneWindowManager like all the other shortcuts.

Back: This event need to be sent to application for handling. Since,
meta based shortcuts or KeyEvents are not sent to application, we
need to pre-convert Meta+` and Meta+arrow_left to KEYCODE_BACK before
sending to App. This is handled on the native side.

Test: manual
Bug: 270242945
Bug: 270241579
Change-Id: I2b0773f3c3d1623a82740ac67f59a30f4d90d2c8
parent d460dea0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment