matisse-common: overlay: Add new button brightness config

Change-Id: Ief347416013440c05acbfbc4a389fbc479205298
This commit is contained in:
Bruno Martins 2020-10-29 16:47:39 +00:00 committed by matteo0026
parent 43ec7cc1ff
commit 77b36d503b
1 changed files with 8 additions and 0 deletions

View File

@ -43,4 +43,12 @@
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">65</integer>
<!-- Button backlight control. Possible values are:
0 - Not supported
1 - Supported, but only on/off mode
2 - Supported with variable brightness control
-->
<integer name="config_deviceSupportsButtonBrightnessControl">0</integer>
</resources>