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:
commit
c2ab2eae0b
|
@ -31,6 +31,12 @@
|
|||
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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue