OSDN Git Service

DO NOT MERGE ANYWHERE: Restore AnyMotionDetector angle threshold of 0.1 degree on...
authorKevin Gabayan <gabayan@google.com>
Mon, 22 Aug 2016 18:26:57 +0000 (11:26 -0700)
committerKevin Gabayan <gabayan@google.com>
Mon, 22 Aug 2016 18:29:50 +0000 (11:29 -0700)
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

core/res/res/values/config.xml

index 231dcda..9986cc4 100644 (file)
 
     <!-- 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. -->