diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-29 21:57:04 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:36:40 +0200 |
commit | d2470c315a9d9f62974f4b8a85932d7a4e08e9b3 (patch) | |
tree | a738719489075ecf6a214aa70707c465851d08cb /overlay/frameworks | |
parent | 6add00a2280c3b57d6a5fb4e78dc2010c95f2ff1 (diff) |
home button: Improve customization. Thank to @mnemonyc
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 7c38a51..dd6d980 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -134,7 +134,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">95</integer> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> |