old:
new:
When you got your brighntess on "automatic" your screen brighntess will be set regarding the value of you brighntess sensor.
So if its dark outside = low screen brighntess,
if its bright outside = high screen brighntess.
Code
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>63</item>
<item>63</item>
<item>63</item>
<item>96</item>
<item>130</item>
<item>143</item>
<item>171</item>
<item>199</item>
<item>227</item>
<item>255</item>
</integer-array>new:
Code:
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>1</item>
<item>11</item>
<item>23</item>
<item>35</item>
<item>48</item>
<item>55</item>
<item>80</item>
<item>150</item>
<item>200</item>
<item>255</item>
</integer-array>
When you got your brighntess on "automatic" your screen brighntess will be set regarding the value of you brighntess sensor.
So if its dark outside = low screen brighntess,
if its bright outside = high screen brighntess.
本文介绍了一种自动调节屏幕亮度的方法,通过传感器获取外界光线强度来调整屏幕亮度。更新后的自动亮度配置能更好地适应不同光照环境。
436

被折叠的 条评论
为什么被折叠?



