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

Commit f2e07460 authored by Jason Monk's avatar Jason Monk
Browse files

Fix Build

Change-Id: I0035256b41199041bc1bc7d625f2c8f5a6a23e43
parent 54a9ebb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1331,8 +1331,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                if (proxy != null) {
                    host = proxy.getHost();
                    port = Integer.toString(proxy.getPort());
                    exclList = proxy.getExclusionList();
                    pacFileUrl = proxy.getPacFileUrl();
                    exclList = proxy.getExclusionListAsString();
                    pacFileUrl = proxy.getPacFileUrl().toString();
                }
                synchronized (ActivityManagerService.this) {
                    for (int i = mLruProcesses.size() - 1 ; i >= 0 ; i--) {