Merge "AOD: Enable binned brightness sensor" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-06-30 21:37:38 +00:00
committed by Android (Google) Code Review

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>