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

Commit 18acb55d authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Bring back the sensing alarm. We need it!

Change-Id: I9f42dc19b99b7550189449d0a5100caa140810c1
parent 44063d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1500,7 +1500,7 @@ public class DeviceIdleController extends SystemService
                mState = STATE_SENSING;
                if (DEBUG) Slog.d(TAG, "Moved from STATE_IDLE_PENDING to STATE_SENSING.");
                EventLogTags.writeDeviceIdle(mState, "step");
                cancelAlarmLocked();
                scheduleAlarmLocked(mConstants.SENSING_TIMEOUT, false);
                cancelLocatingLocked();
                mAnyMotionDetector.checkForAnyMotion();
                mNotMoving = false;