From de7a8ead2467a4a152a5a9b2416c8048f1b48bbb Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Wed, 13 Jun 2012 18:28:57 -0700 Subject: Add new ASSIST key and map it to the global assist intent. Moved some duplicate code from SearchPanelView and LockScreen over to SearchManager to avoid creating yet another copy of it in PhoneWindowManager. Bug: 6594275 Change-Id: Ib4ebcd6817639d17548952ab2ce7cb876c05777c --- api/16.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api/16.txt') diff --git a/api/16.txt b/api/16.txt index c95de36..eb09d85 100644 --- a/api/16.txt +++ b/api/16.txt @@ -23186,6 +23186,7 @@ package android.view { field public static final int KEYCODE_ALT_RIGHT = 58; // 0x3a field public static final int KEYCODE_APOSTROPHE = 75; // 0x4b field public static final int KEYCODE_APP_SWITCH = 187; // 0xbb + field public static final int KEYCODE_ASSIST = 219; // 0xdb field public static final int KEYCODE_AT = 77; // 0x4d field public static final int KEYCODE_AVR_INPUT = 182; // 0xb6 field public static final int KEYCODE_AVR_POWER = 181; // 0xb5 -- cgit v1.1