aboutsummaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/frameworks/base/core/res/res/values/config.xml')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml26
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>