diff options
author | Michael Wright <michaelwr@google.com> | 2014-08-21 19:09:49 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2014-08-21 19:09:49 -0700 |
commit | 51409573be11e89babeb61954a19c8261649ca7c (patch) | |
tree | 91a007dd19f799977c9a0aae2dafab5b87e892a2 /include/input | |
parent | 61a4eecbe615bc94944161c4cf4aa590dfca1b2e (diff) | |
download | frameworks_native-51409573be11e89babeb61954a19c8261649ca7c.zip frameworks_native-51409573be11e89babeb61954a19c8261649ca7c.tar.gz frameworks_native-51409573be11e89babeb61954a19c8261649ca7c.tar.bz2 |
Add Voice Assist key.
Bug: 16292420
Change-Id: I607fadc2edf673079bfd9f7406e6e45603474957
Diffstat (limited to 'include/input')
-rw-r--r-- | include/input/InputEventLabels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index 51f7661..279ac40 100644 --- a/include/input/InputEventLabels.h +++ b/include/input/InputEventLabels.h @@ -270,6 +270,7 @@ static const InputEventLabel KEYCODES[] = { DEFINE_KEYCODE(12), DEFINE_KEYCODE(LAST_CHANNEL), DEFINE_KEYCODE(TV_DATA_SERVICE), + DEFINE_KEYCODE(VOICE_ASSIST), { NULL, 0 } }; |