sdm660-common: overlay: Remove doze Autobrightness values
This reverts commit 4cd252e878983e8da8337525858a97f1b3aaac88. breaks display turn on when notification comes in Change-Id: I300853bfd806afffd55c6c3bc0c7dfde3e1cb0cb
This commit is contained in:
parent
dd312cedee
commit
2a27848f87
1 changed files with 0 additions and 14 deletions
|
@ -31,18 +31,4 @@
|
|||
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
|
||||
<bool name="doze_display_state_supported">true</bool>
|
||||
|
||||
<!-- Type of a sensor that provides a low-power estimate of the desired display
|
||||
brightness, suitable to listen to while the device is asleep (e.g. during
|
||||
always-on display) -->
|
||||
<string name="doze_brightness_sensor_type" translatable="false">android.sensor.light</string>
|
||||
|
||||
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
|
||||
to brightness values; -1 means keeping the current brightness. -->
|
||||
<integer-array name="config_doze_brightness_sensor_to_brightness">
|
||||
<item>1</item> <!-- 0: OFF -->
|
||||
<item>1</item> <!-- 1: NIGHT -->
|
||||
<item>4</item> <!-- 2: LOW -->
|
||||
<item>28</item> <!-- 3: HIGH -->
|
||||
<item>34</item> <!-- 4: SUN -->
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue