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

Commit 3c91724e authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Refactor Service code out of main ActivityManagerService class." into jb-mr1-dev

parents ecbbfdd3 599db5c8
Loading
Loading
Loading
Loading
+2145 −0

File added.

Preview size limit exceeded, changes collapsed.

+58 −2051

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -3902,7 +3902,7 @@ final class ActivityStack {
            Iterator<ConnectionRecord> it = r.connections.iterator();
            while (it.hasNext()) {
                ConnectionRecord c = it.next();
                mService.removeConnectionLocked(c, null, r);
                mService.mServices.removeConnectionLocked(c, null, r);
            }
            r.connections = null;
        }