Update bramble config so it doesn't use binned brightness for prox am: 3ec7728c1b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bramble/+/15727311

Change-Id: I5ffd8705f8b5f242ce88d30183f15c490473cce6
This commit is contained in:
Beverly
2021-09-15 14:48:00 +00:00
committed by Automerger Merge Worker

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>