Loading services/java/com/android/server/am/ActiveServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -2035,7 +2035,7 @@ public final class ActiveServices { synchronized (sr.stats.getBatteryStats()) { sr.stats.stopLaunchedLocked(); } if (sr.app != null && !sr.app.persistent) { if (sr.app != null && !sr.app.persistent && sr.stopIfKilled) { sr.app.services.remove(sr); } sr.app = null; Loading Loading
services/java/com/android/server/am/ActiveServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -2035,7 +2035,7 @@ public final class ActiveServices { synchronized (sr.stats.getBatteryStats()) { sr.stats.stopLaunchedLocked(); } if (sr.app != null && !sr.app.persistent) { if (sr.app != null && !sr.app.persistent && sr.stopIfKilled) { sr.app.services.remove(sr); } sr.app = null; Loading