diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-08-21 09:27:17 -0400 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-08-21 09:27:17 -0400 |
commit | c58e42a7cd6064d982d0d47ddb1168325bc2ee56 (patch) | |
tree | 63cd14a34013a0b86bab79885292177289ba70d4 /common-overlay | |
parent | b9b5153777024513e267cf93ec2b0f1a92705686 (diff) | |
download | device_samsung_espressowifi-c58e42a7cd6064d982d0d47ddb1168325bc2ee56.zip device_samsung_espressowifi-c58e42a7cd6064d982d0d47ddb1168325bc2ee56.tar.gz device_samsung_espressowifi-c58e42a7cd6064d982d0d47ddb1168325bc2ee56.tar.bz2 |
P31xx: Define config_deviceHardwareKeys properly
Change-Id: I7f3192f604091f0d2dc59d990b91a3b25e0b8ed1
Diffstat (limited to 'common-overlay')
-rw-r--r-- | common-overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml index 13b6072..cb8f3f4 100644 --- a/common-overlay/frameworks/base/core/res/res/values/config.xml +++ b/common-overlay/frameworks/base/core/res/res/values/config.xml @@ -209,4 +209,16 @@ <!-- Maximum number of supported users --> <integer name="config_multiuserMaximumUsers">5</integer> + <!-- 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 - Assistant (search) + 16 - App switch + For example, a device with Home, Back and Menu keys would set this + config to 7. --> + <integer name="config_deviceHardwareKeys">0</integer> + </resources> |