Merge "New config value for specifying alternative prox sensor" into rvc-dev

Change-Id: I128a49580587af1813cd8630855a6a216c9cbd12
Change-Id: I21aad143f173f33d1140467fb272bc5f72f24d3b
Change-Id: I99ab718cd276f438faff31cd6d6b3c8257e2b4be
Change-Id: I660543df92583555ce1fcb0bc78ac1e5b82a6666
This commit is contained in:
Dave Mankoff
2020-02-26 20:07:35 +00:00
committed by Cyan_Hsieh

View File

@@ -30,7 +30,13 @@
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>
<!-- Override value to use for proximity sensor. -->
<string name="proximity_sensor_type" translatable="false">com.google.sensor.binned_brightness</string>
<!-- If using proximity_sensor_type, specifies a threshold value to distinguish near and
far break points.-->
<item name="proximity_sensor_threshold" translatable="false" format="float" type="dimen">1</item>
<!-- Doze: can we assume the pickup sensor includes a proximity check? -->
<bool name="doze_pickup_performs_proximity_check">true</bool>