Merge "Add new latch threshold for Redfin prox sensor." into rvc-d1-dev

Change-Id: I6864205864c89a6c6c7ce52f79b4cbf987abed19
Change-Id: I7e98a697229973eebe4af3ada20c322379a090db
Change-Id: I80d286ca8aaba4a994c55195ac931938b6ee2a90
Change-Id: Ic5b71b479f00bb6aaac8c3dfcc9204718397df4b
This commit is contained in:
TreeHugger Robot
2020-04-29 19:49:30 +00:00
committed by Cyan_Hsieh

View File

@@ -35,9 +35,15 @@
<string name="proximity_sensor_type" translatable="false">android.sensor.light</string>
<!-- If using proximity_sensor_type, specifies a threshold value to distinguish near and
far break points.-->
far break points. A sensor value less than this is considered "near". -->
<item name="proximity_sensor_threshold" translatable="false" format="float" type="dimen">12</item>
<!-- If using proximity_sensor_type, specifies a threshold value to distinguish near and
far break points. A sensor value more than this is considered "far". If not set,
proximity_sensor_threshold is used. This allows one to implement a latching mechanism for
noisy sensors. -->
<item name="proximity_sensor_threshold_latch" translatable="false" format="float" type="dimen">24</item>
<string name="proximity_sensor_secondary_type" translatable="false">com.google.sensor.binned_brightness</string>
<item name="proximity_sensor_secondary_threshold" translatable="false" format="float"
type="dimen">1</item>