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

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

Check apps idle states on time changes

am: c465e71c

* commit 'c465e71c':
  Check apps idle states on time changes
parents d841d715 c465e71c
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;
    }