Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52745e12 authored by Kevin Gabayan's avatar Kevin Gabayan
Browse files

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
parent 7d13fe76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->