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:
Max Weffers 2020-08-10 10:10:53 +02:00 committed by OdSazib
parent dd312cedee
commit 2a27848f87
No known key found for this signature in database
GPG key ID: A2D2E5C18BB04462

View file

@ -31,18 +31,4 @@
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
<bool name="doze_display_state_supported">true</bool> <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> </resources>