summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-06-05 09:14:38 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-06-05 09:14:38 +0700
commit8b038022d50c1a6eba32803deee2df63bfafe14a (patch)
treea5baba934d1aa4cb9fd1a79ffe08fb0b810503ff
parentc2e9b4aa8a63477378b3c9fff8234bfd970235c6 (diff)
downloaddevice_samsung_aries-common-8b038022d50c1a6eba32803deee2df63bfafe14a.zip
device_samsung_aries-common-8b038022d50c1a6eba32803deee2df63bfafe14a.tar.gz
device_samsung_aries-common-8b038022d50c1a6eba32803deee2df63bfafe14a.tar.bz2
aries-common: Long press menu as search
Change-Id: I1155d45ba194dd176ffeca48e58a8ccac6d57df7
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml12
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 54df988..04b1035 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -203,4 +203,16 @@
<bool name="config_bluetooth_wide_band_speech">false</bool>
<bool name="config_ui_enableFadingMarquee">false</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>