diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-06-17 13:55:11 +0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-06-17 13:55:11 +0400 |
commit | b794f8ba048ee9c4892d847449829ba0f2255d04 (patch) | |
tree | 4dca8c780b4ae453b25ddb9f1c78682213dc97f6 /overlay | |
parent | 8b038022d50c1a6eba32803deee2df63bfafe14a (diff) | |
download | device_samsung_aries-common-b794f8ba048ee9c4892d847449829ba0f2255d04.zip device_samsung_aries-common-b794f8ba048ee9c4892d847449829ba0f2255d04.tar.gz device_samsung_aries-common-b794f8ba048ee9c4892d847449829ba0f2255d04.tar.bz2 |
Revert "aries-common: Long press menu as search"
Only SGS has no search key
This reverts commit 8b038022d50c1a6eba32803deee2df63bfafe14a
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 04b1035..54df988 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -203,16 +203,4 @@ <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> |