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

Commit 78031818 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Bring back the sensing alarm. We need it!"

parents 0c4a7695 18acb55d
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;