From 346dbe176ef7cc759dc7af8beaf48b5ad5a7e331 Mon Sep 17 00:00:00 2001 From: Yuichiro Hanada Date: Mon, 15 Jan 2018 22:33:41 +0900 Subject: Add new refresh key constant. Bug: 64149858 Bug: 64662317 Test: Builds and manual tests with Chromebook. Change-Id: I02f890375f1a956867b04bf76f69d668fb3a7f98 --- include/android/keycodes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/android/keycodes.h') diff --git a/include/android/keycodes.h b/include/android/keycodes.h index 2164d6163e..59d67f35f2 100644 --- a/include/android/keycodes.h +++ b/include/android/keycodes.h @@ -767,7 +767,9 @@ enum { /** fingerprint navigation key, right. */ AKEYCODE_SYSTEM_NAVIGATION_RIGHT = 283, /** all apps */ - AKEYCODE_ALL_APPS = 284 + AKEYCODE_ALL_APPS = 284, + /** refresh key */ + AKEYCODE_REFRESH = 285 // NOTE: If you add a new keycode here you must also add it to several other files. // Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list. -- cgit v1.2.3-59-g8ed1b