[config] Enable udfps ignore feature on husky
This change introduces a new value in config.xml to allow ignoring the udfps vote. Bug: 250979028 Test: manually check that fix works Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/display Change-Id: I3f59279943b682d8994be632f887b7fff01645ab
This commit is contained in:
parent
f16ad8aabf
commit
db7c238030
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
<!-- Minimum screen brightness allowed by the power manager. -->
|
||||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- If this is true, the udfps vote is ignored. -->
|
||||
<bool name="config_ignoreUdfpsVote">true</bool>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue