Device uses default prox sensor for falsing

The prox sensor does NOT need be gated by the
light sensor because the device only has one
frequency which the white dot is synced to
so that it won't be visible.

Test: manual
Fixes: 204746796
Change-Id: I8443a34d6d37fe152b02be4efe5b45cbe953e22f
This commit is contained in:
Beverly 2021-12-21 12:26:34 -05:00 committed by Beverly Tai
parent 731a1b4441
commit a88c78af0a

View file

@ -53,6 +53,12 @@
<item>0</item> <!-- 4: SUN -->
</integer-array>
<string name="proximity_sensor_type" translatable="false"></string>
<item name="proximity_sensor_threshold" translatable="false" format="float" type="dimen"></item>
<item name="proximity_sensor_threshold_latch" translatable="false" format="float" type="dimen"></item>
<string name="proximity_sensor_secondary_type" translatable="false"></string>
<item name="proximity_sensor_secondary_threshold" translatable="false" format="float" type="dimen"></item>
<!-- Default rounded corner curve (a Bezier). Must match (the curved path in) rounded.xml.
Note that while rounded.xml includes the entire path (including the horizontal and vertical
corner edges), this pulls out just the curve.