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

Change-Id: I27f35017ec845ca66b9b98c6b0326c917015190d
Change-Id: I674973fd82474a7c9ef975a0d43f6a8ead12156e
Change-Id: I3c9bb7737425d3cc715d45552e51458579e6969c
Change-Id: I54670a31837b614bda418a1c9a68569e71cb98be
Change-Id: Ic5a1b9e7c57b2dd1fbfc987d88587bd787de5e2c
Change-Id: I6c663a5f0427d0a8b0cfb29de34450842394a650
This commit is contained in:
Dave Mankoff 2020-02-26 20:07:35 +00:00 committed by Cyan_Hsieh
commit c2ab2eae0b
1 changed files with 6 additions and 0 deletions

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>