diff options
author | D4rKn3sSyS <jesuelfather@hotmail.com> | 2012-06-20 16:23:00 -0500 |
---|---|---|
committer | D4rKn3sSyS <jesuelfather@hotmail.com> | 2012-06-20 16:24:55 -0500 |
commit | f5e0750da708779fd572653c876b11d16b57969c (patch) | |
tree | aaad11b4402c12462a5ac33c2378b7a90603a82a /overlay | |
parent | 8491c6589d3a33145431f7216bcc65c4c30d83ac (diff) | |
download | device_samsung_i9300-f5e0750da708779fd572653c876b11d16b57969c.zip device_samsung_i9300-f5e0750da708779fd572653c876b11d16b57969c.tar.gz device_samsung_i9300-f5e0750da708779fd572653c876b11d16b57969c.tar.bz2 |
Holding menu key for opening search
patchset 2: fixed tab
Change-Id: Iff8f19b71566281db4666178832c9b854dbe4092
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b17102f..04fca88 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -323,4 +323,16 @@ <!-- Workaround for devices with broken keyboards --> <bool name="config_forceDisableHardwareKeyboard">true</bool> + <!-- Hardware 'face' keys present on the device, stored as a bit field. + This integer should equal the sum of the corresponding value for each + of the following keys present: + 1 - Home + 2 - Back + 4 - Menu + 8 - Search + 16 - App switch + For example, a device with Home, Back and Menu keys would set this + config to 7. --> + <integer name="config_deviceHardwareKeys">7</integer> + </resources> |