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>
This commit is contained in:
committed by
Bruno Martins
parent
1ad7a3b010
commit
055065c16f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user