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

am: 51bb8f9e19

Change-Id: I9930e2a79e6cf5b5a22a6039cbdcdc70d04eb826
This commit is contained in:
Adrian Roos
2017-06-30 21:45:37 +00:00
committed by android-build-merger

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>