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

Commit 6aff10d0 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Merge "DO NOT MERGE Check apps idle states on time changes" into mnc-dr-dev

am: 7a313a63

* commit '7a313a63':
  DO NOT MERGE Check apps idle states on time changes
parents 5c9378f3 7a313a63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -551,6 +551,7 @@ public class UsageStatsService extends SystemService implements
            }
            mRealTimeSnapshot = actualRealtime;
            mSystemTimeSnapshot = actualSystemTime;
            postCheckIdleStates(UserHandle.USER_ALL);
        }
        return actualSystemTime;
    }