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

Commit ef529f28 authored by Abdelrahman Ibrahim's avatar Abdelrahman Ibrahim Committed by Android (Google) Code Review
Browse files

Merge "Revert "Merge "Disable PacProxyService on devices that doesn't support...

Merge "Revert "Merge "Disable PacProxyService on devices that doesn't support WebView/JavaScript."" into main
parents 23a4c182 3c6d5ed0
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -2083,8 +2083,6 @@ public final class SystemServer implements Dumpable {
                t.traceEnd();
            }

            // Devices without WebView/JavaScript cannot support PAC proxies.
            if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WEBVIEW)) {
            t.traceBegin("StartPacProxyService");
            try {
                pacProxyService = new PacProxyService(context);
@@ -2093,7 +2091,6 @@ public final class SystemServer implements Dumpable {
                reportWtf("starting PacProxyService", e);
            }
            t.traceEnd();
            }

            t.traceBegin("StartConnectivityService");
            // This has to be called after NetworkManagementService, NetworkStatsService