diff options
author | sbrissen <sbrissen@hotmail.com> | 2015-01-22 08:22:39 -0500 |
---|---|---|
committer | sbrissen <sbrissen@hotmail.com> | 2015-01-22 08:22:39 -0500 |
commit | a9948728e90eab7a5d030293bae1672fc1a7b165 (patch) | |
tree | 2a79f0ee5af133ace7651d8ce11b71cd982627ae /overlay | |
parent | b42257b7d5e3103b6068ff3c837bc5ad8f88c744 (diff) | |
download | device_samsung_kona-common-a9948728e90eab7a5d030293bae1672fc1a7b165.zip device_samsung_kona-common-a9948728e90eab7a5d030293bae1672fc1a7b165.tar.gz device_samsung_kona-common-a9948728e90eab7a5d030293bae1672fc1a7b165.tar.bz2 |
kona: update overlays
Change-Id: I6d51f4664745d1dc88cc2d501ae9d508a4d1e6ad
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ffcb1fc..7bcac6e 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -24,7 +24,7 @@ <bool name="config_disableMenuKeyInLockScreen">true</bool> <!-- Workaround for devices with broken keyboards --> - <!--<bool name="config_forceDisableHardwareKeyboard">true</bool>--> + <bool name="config_forceDisableHardwareKeyboard">true</bool> <!-- Boolean to enable stylus gestures --> <!--<bool name="config_stylusGestures">true</bool>--> @@ -74,12 +74,6 @@ <item>12</item> </integer-array> - <!-- True if the Irda service should be started at system start --> - <!--<bool name="config_enableIrdaManagerService">true</bool>--> - - <!-- Device supports LED flashlight --> - <!--<bool name="config_enableTorch">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: @@ -88,9 +82,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">71</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_deviceHardwareKeys">7</integer> + <integer name="config_deviceHardwareWakeKeys">65</integer> <!-- Enable lockscreen translucent decor --> <bool name="config_enableLockScreenTranslucentDecor">true</bool> |