Loading services/core/java/com/android/server/am/ActivityStackSupervisor.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1338,7 +1338,9 @@ public final class ActivityStackSupervisor implements DisplayListener { // Update any services we are bound to that might care about whether // Update any services we are bound to that might care about whether // their client may have activities. // their client may have activities. if (r.app != null) { mService.mServices.updateServiceConnectionActivitiesLocked(r.app); mService.mServices.updateServiceConnectionActivitiesLocked(r.app); } return true; return true; } } Loading services/core/java/com/android/server/am/ActiveServices.java +1 −1 File changed.Contains only whitespace changes. Show changes Loading
services/core/java/com/android/server/am/ActivityStackSupervisor.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1338,7 +1338,9 @@ public final class ActivityStackSupervisor implements DisplayListener { // Update any services we are bound to that might care about whether // Update any services we are bound to that might care about whether // their client may have activities. // their client may have activities. if (r.app != null) { mService.mServices.updateServiceConnectionActivitiesLocked(r.app); mService.mServices.updateServiceConnectionActivitiesLocked(r.app); } return true; return true; } } Loading
services/core/java/com/android/server/am/ActiveServices.java +1 −1 File changed.Contains only whitespace changes. Show changes