display: Modify maxGamma value of short-term model

Bug: 286176303
Test: dump display log
Change-Id: I649b5ad2e6e1fcf64d053b780295e551c17b7d8f
This commit is contained in:
Safayat Ullah 2023-06-07 07:58:34 +00:00
parent 1c485753ad
commit 8ed63b0aa4

View file

@ -242,4 +242,8 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string> <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
</resources> </resources>