Skip to content

Commit

Permalink
cheeseburger: hwkeys overlay to 19
Browse files Browse the repository at this point in the history
Change-Id: Id51672381db22973ad244bd7bcfe5738d7180a3a
  • Loading branch information
Martinusbe committed Dec 31, 2018
1 parent b533359 commit 34aa9e0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,8 @@
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareKeys">83</integer>
<integer name="config_deviceHardwareKeys">19</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
of the following keys present:
1 - Home
2 - Back
4 - Menu
8 - Assistant (search)
16 - App switch
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">64</integer>

<bool name="config_button_brightness_support">true</bool>
<integer name="config_button_brightness_default">128</integer>
Expand Down

0 comments on commit 34aa9e0

Please sign in to comment.