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

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

Check apps idle states on time changes am: c465e71c

am: d4bd4cb4

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