diff options
| author | Giuseppe Barillari <joe2k01dev@gmail.com> | 2018-08-25 10:27:43 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2018-09-28 11:02:26 +0300 |
| commit | 02245392e83807c47a42cdee3281fb73a7f22507 (patch) | |
| tree | 6388ef4527e618451a3ddfda9d60b054782a8baf | |
| parent | c9cbd6e0f8b467286359ce0cc00341ff6ade12c5 (diff) | |
lineage-sdk: Default config_deviceHardware{Wake}Keys to 64
* New devices don't have hardware navigation buttons
Change-Id: I989ec6f7f07fd746c24b3eecb527412e3c5ec0e0
Signed-off-by: Giuseppe Barillari <joe2k01dev@gmail.com>
| -rw-r--r-- | lineage/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lineage/res/res/values/config.xml b/lineage/res/res/values/config.xml index e049722c..f5ad7955 100644 --- a/lineage/res/res/values/config.xml +++ b/lineage/res/res/values/config.xml @@ -138,7 +138,7 @@ 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> - <integer name="config_deviceHardwareKeys">79</integer> + <integer name="config_deviceHardwareKeys">64</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 @@ -152,7 +152,7 @@ 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> - <integer name="config_deviceHardwareWakeKeys">79</integer> + <integer name="config_deviceHardwareWakeKeys">64</integer> <!-- Control the behavior when the user long presses the home button. 0 - Nothing |
