diff options
Diffstat (limited to 'overlay')
-rwxr-xr-x | 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 e6b5cf5..23e7434 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -215,4 +215,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> |