diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-01 02:14:45 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:17:36 +0200 |
commit | 984441f3d30bb1908fa473577ffb57715c48325b (patch) | |
tree | 98cd0b1e3db9eae4030c59fafdf34f6568195c6a | |
parent | 028eb7060587c56c29f9361b0c7f21b5970accc3 (diff) |
Overlay: Reconfigure framework overlay
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3d1815e..7e9db88 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -136,30 +136,6 @@ config to 7. --> <integer name="config_deviceHardwareKeys">87</integer> - <!-- Control the behavior when the user long presses the home 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_longPressOnHomeBehavior">2</integer> - - <!-- Control the behavior when the user double tap the home 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_doubleTapOnHomeBehavior">6</integer> - <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> |