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

Commit ca665814 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz Committed by android-build-merger
Browse files

Set AppStandbyController charging state on init am: 2795cca1

am: ddcac2c7

Change-Id: I5a9745cf95901e011ba27cc04368dd78a4021ea0
parents d13d1848 ddcac2c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,8 +207,8 @@ public class UsageStatsService extends SystemService implements

    @Override
    public void onBootPhase(int phase) {
        if (phase == PHASE_SYSTEM_SERVICES_READY) {
        mAppStandby.onBootPhase(phase);
        if (phase == PHASE_SYSTEM_SERVICES_READY) {
            // initialize mDpmInternal
            getDpmInternal();