Default "pickup peforms proximity check" to false.
Don't assume the pickup sensor will perform a proximity check before starting to pulse. This will add some latency, but necessary if we can't trust the sensor. Bug: 19083596 Change-Id: I51b7daf5ed76b2780ec5c949a75cc1fca247ddad
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
<integer name="doze_pickup_vibration_threshold">2000</integer>
|
||||
|
||||
<!-- Doze: can we assume the pickup sensor includes a proximity check? -->
|
||||
<bool name="doze_pickup_performs_proximity_check">true</bool>
|
||||
<bool name="doze_pickup_performs_proximity_check">false</bool>
|
||||
|
||||
<!-- Doze: pulse parameter - how long does it take to fade in? -->
|
||||
<integer name="doze_pulse_duration_in">900</integer>
|
||||
|
||||
Reference in New Issue
Block a user