Merge "Tweak ambient light thresholds." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d23e5469c
@@ -622,11 +622,11 @@
|
|||||||
|
|
||||||
<!-- This value is used when calculating whether the device is in ambient light mode. It is
|
<!-- This value is used when calculating whether the device is in ambient light mode. It is
|
||||||
light mode when the light sensor sample value exceeds above this value. -->
|
light mode when the light sensor sample value exceeds above this value. -->
|
||||||
<integer name="config_ambientLightModeThreshold">5</integer>
|
<integer name="config_ambientLightModeThreshold">10</integer>
|
||||||
|
|
||||||
<!-- This value is used when calculating whether the device is in ambient dark mode. It is
|
<!-- This value is used when calculating whether the device is in ambient dark mode. It is
|
||||||
dark mode when the light sensor sample value drops below this value. -->
|
dark mode when the light sensor sample value drops below this value. -->
|
||||||
<integer name="config_ambientDarkModeThreshold">2</integer>
|
<integer name="config_ambientDarkModeThreshold">5</integer>
|
||||||
|
|
||||||
<!-- This value is used when calculating whether the device is in ambient light mode. Each
|
<!-- This value is used when calculating whether the device is in ambient light mode. Each
|
||||||
sample contains light sensor events from this span of time duration. -->
|
sample contains light sensor events from this span of time duration. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user