diff options
| author | 2023-02-23 14:51:18 +0000 | |
|---|---|---|
| committer | 2023-03-03 10:28:43 +0000 | |
| commit | 34cd5b0e8078a918359edb695c48da1c51689d45 (patch) | |
| tree | 79e17a84abbc7bd5c5260bab4d78953ed6c0b5ec /libs/permission/IAppOpsService.cpp | |
| parent | d099852952dcad4c0ea8c9a722f4b861a7377043 (diff) | |
Handle back shortcuts in native and remove home shortcut handling
Home: This is fully handled by System and can be handled in
PhoneWindowManager like all the other shortcuts.
Note: We are knowingly removing Meta+Enter for home which is the
old shortcut and is replaced by Meta+H.
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.
Test: atest ShortcutDispatchTest
Bug: 270242945
Bug: 270241579
Change-Id: I7dc17891920f7a5d61b4b3172533610a6dd4d65e
Diffstat (limited to 'libs/permission/IAppOpsService.cpp')
0 files changed, 0 insertions, 0 deletions