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

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

Change-Id: I440436ed9fd9f896da9974551678bdc3fa4c521e
This commit is contained in:
Beverly
2021-09-15 14:55:04 +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>