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

Commit 885bfcd5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 9e6575bc: am 854458f4: am 0287ca3c: am e62fa825: Merge from master: fix...

am 9e6575bc: am 854458f4: am 0287ca3c: am e62fa825: Merge from master: fix issue #7966357: Super lights out mode vs. volume dialog

* commit '9e6575bc':
  Merge from master: fix issue #7966357: Super lights out mode vs. volume dialog
parents c19b5497 9e6575bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3914,7 +3914,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        }
        boolean didSomething = killPackageProcessesLocked(name, appId, userId,
                -100, callerWillRestart, false, doit, evenPersistent,
                -100, callerWillRestart, true, doit, evenPersistent,
                name == null ? ("force stop user " + userId) : ("force stop " + name));
        
        TaskRecord lastTask = null;