Disabled menu key in config.
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index a81ccd8..9943e0f 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -320,7 +320,7 @@
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
- <integer name="config_deviceHardwareKeys">87</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
@@ -358,19 +358,7 @@
This needs to match the constants in
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
-->
- <integer name="config_doubleTapOnHomeBehavior">2</integer>
-
- <!-- Control the behavior when the user long presses the menu button.
- 0 - Nothing
- 1 - Menu key
- 2 - Recent apps view in SystemUI
- 3 - Launch assist intent
- 4 - Voice Search
- 5 - In-app Search
- This needs to match the constants in
- policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
- -->
- <integer name="config_longPressOnMenuBehavior">4</integer>
+ <integer name="config_doubleTapOnHomeBehavior">4</integer>
<!-- Control the behavior when the user long presses the app switch button.
0 - Nothing
@@ -382,7 +370,8 @@
This needs to match the constants in
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
-<integer name="config_longPressOnAppSwitchBehavior">1</integer>
-->
+<integer name="config_longPressOnAppSwitchBehavior">2</integer>
+
</resources>