Merge "display: Enable udfps ignore feature on akita" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-06-13 12:04:39 +00:00 committed by Android (Google) Code Review
commit 4cb278beba

View file

@ -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>