Update bramble config so it doesn't use binned brightness for prox

Use the default prox sensor

Test: manual
Bug: 194151347
Change-Id: Ib5e1c89e83e16652a84ec8adbe637367fe7d6ece
This commit is contained in:
Beverly
2021-08-31 11:56:48 -04:00
parent 242d701664
commit 3ec7728c1b

View File

@@ -31,13 +31,6 @@
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>