DO NOT MERGE ANYWHERE: Restore AnyMotionDetector angle threshold of 0.1 degree on Wear

Bug: 26385112

This threshold has previously been 0.1 degrees and somehow has taken
on the phone threshold of 2.0 degrees, likely by over-merging.

Change-Id: I6201cfa74b7901a958a1cd9d7d35a5b6f56d9870
This commit is contained in:
Kevin Gabayan
2016-08-22 11:26:57 -07:00
parent 7d13fe76be
commit 52745e12a9

View File

@@ -202,7 +202,7 @@
<!-- The threshold angle for any motion detection in auto-power save modes.
In hundreths of a degree. -->
<integer name="config_autoPowerModeThresholdAngle">200</integer>
<integer name="config_autoPowerModeThresholdAngle">10</integer>
<!-- The sensor id of an "any motion" sensor used in auto-power save modes.
0 indicates this sensor is not available. -->