klte-common: Update hardware keys overlay

Change-Id: Ifc84dc94fa0e9666590ebb91fca6a9c7403b1e26
This commit is contained in:
Matt Filetto 2014-12-20 19:11:30 -08:00
parent ea5aecd030
commit dd521d0e92
1 changed files with 18 additions and 2 deletions

View File

@ -218,7 +218,7 @@
<!-- Disable the home key unlock setting -->
<!-- <bool name="config_disableHomeUnlockSetting">false</bool> -->
<!-- Hardware 'face' keys present on the device, stored as a bit field.
<!-- Hardware 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
@ -226,9 +226,25 @@
4 - Menu
8 - Assistant (search)
16 - App switch
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareKeys">19</integer>
<integer name="config_deviceHardwareKeys">83</integer>
<!-- Hardware keys present on the device with the ability to wake, 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
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">65</integer>
<!-- Control the behavior when the user long presses the home button
0 - Nothing