Loading services/core/java/com/android/server/am/ActivityManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -2207,6 +2207,9 @@ public class ActivityManagerService extends IActivityManager.Stub } } callbacks.finishBroadcast(); // We have to clean up the RemoteCallbackList here, because otherwise it will // needlessly hold the enclosed callbacks until the remote process dies. callbacks.kill(); } break; case UPDATE_TIME_ZONE: { synchronized (ActivityManagerService.this) { Loading
services/core/java/com/android/server/am/ActivityManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -2207,6 +2207,9 @@ public class ActivityManagerService extends IActivityManager.Stub } } callbacks.finishBroadcast(); // We have to clean up the RemoteCallbackList here, because otherwise it will // needlessly hold the enclosed callbacks until the remote process dies. callbacks.kill(); } break; case UPDATE_TIME_ZONE: { synchronized (ActivityManagerService.this) {