AOD: Enable binned brightness sensor

Change-Id: Ib7e80cd8887652984275f51101c6863fb528685d
Fixes: 38354633
Test: Enable AOD, expose to various light conditions, observe that AOD adjusts brightness
This commit is contained in:
Adrian Roos
2017-06-30 15:06:40 +02:00
parent f31c67caa8
commit f31e1ea587

View File

@@ -26,6 +26,11 @@
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
<bool name="doze_suspend_display_state_supported">false</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">com.google.sensor.binned_brightness</string>
<!-- Doze: can we assume the pickup sensor includes a proximity check? -->
<bool name="doze_pickup_performs_proximity_check">true</bool>