diff options
author | Tim Kilbourn <tkilbourn@google.com> | 2014-04-14 15:37:51 -0700 |
---|---|---|
committer | Tim Kilbourn <tkilbourn@google.com> | 2014-05-16 15:14:53 -0700 |
commit | 87cd0dc425201d56f1b07fa710d4f44fff4131bc (patch) | |
tree | 7939bba9c0267e9087f13b83fb94305c12731c5c /api | |
parent | b8b99c0fc0c22d509c500af5eadec8f7edd75c8f (diff) | |
download | frameworks_base-87cd0dc425201d56f1b07fa710d4f44fff4131bc.zip frameworks_base-87cd0dc425201d56f1b07fa710d4f44fff4131bc.tar.gz frameworks_base-87cd0dc425201d56f1b07fa710d4f44fff4131bc.tar.bz2 |
Add KEYCODE_PAIRING.
Used for initiating a peripheral pairing mode.
Change-Id: I8e172bdda1f3c34eff36f3001c174f7a6b6e6e41
Diffstat (limited to 'api')
-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 8172a04..7823916 100644 --- a/api/current.txt +++ b/api/current.txt @@ -30829,6 +30829,7 @@ package android.view { field public static final int KEYCODE_P = 44; // 0x2c field public static final int KEYCODE_PAGE_DOWN = 93; // 0x5d field public static final int KEYCODE_PAGE_UP = 92; // 0x5c + field public static final int KEYCODE_PAIRING = 225; // 0xe1 field public static final int KEYCODE_PERIOD = 56; // 0x38 field public static final int KEYCODE_PICTSYMBOLS = 94; // 0x5e field public static final int KEYCODE_PLUS = 81; // 0x51 |