commit | e95a4454a366ba62dafee0d4a4084af352b5fd91 | [log] [tgz] |
---|---|---|
author | zhangzhihao7 <zhangzhihao7@xiaomi.corp-partner.google.com> | Fri Nov 11 20:04:07 2022 +0800 |
committer | zhangzhihao7 <zhangzhihao7@xiaomi.corp-partner.google.com> | Wed Nov 16 10:20:28 2022 +0800 |
tree | 74b3cd190407702e1715d8d6caa471eb7217ff36 | |
parent | 4e6ce5ed243430477c594f4d4c59b60cf5f16cb0 [diff] |
Fix 'Generic.kl' file has no 'KEYCODE_FOCUS' mapping This keyCode is defined in both 'keyEvent.java' and 'keyCodes.h', but not in the Generic.kl file. The comment of 'KEYCODE_FOCUS' says that this keyCode is used for camera focus, so this keyCode should be sent to the camera app, but now he is not in 'Generic.kl'. Change-Id: I2d0a49edae0390c9199efe0f01e527b15d14e68e Signed-off-by: zhangzhihao7 <zhangzhihao7@xiaomi.corp-partner.google.com>