diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-06-14 11:28:52 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-06-14 11:28:52 -0700 |
commit | 9e197141f8249e36d3f19aeda332ae40dac7da05 (patch) | |
tree | 1eea0592d167de4ebc8da985482b48de8d5020a9 /api/current.txt | |
parent | f9b7f9f5080100043df3c8868bca4df84becf5a1 (diff) | |
parent | de7a8ead2467a4a152a5a9b2416c8048f1b48bbb (diff) | |
download | frameworks_base-9e197141f8249e36d3f19aeda332ae40dac7da05.zip frameworks_base-9e197141f8249e36d3f19aeda332ae40dac7da05.tar.gz frameworks_base-9e197141f8249e36d3f19aeda332ae40dac7da05.tar.bz2 |
Merge "Add new ASSIST key and map it to the global assist intent." into jb-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index f5bc504..a62698e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23197,6 +23197,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 |