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

Commit 2b361411 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't initialize VcnManagementService without telephony subscription" into main

parents b10079a7 da36e706
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -2166,6 +2166,7 @@ public final class SystemServer implements Dumpable {
            }
            t.traceEnd();

            if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_TELEPHONY_SUBSCRIPTION)) {
                t.traceBegin("StartVcnManagementService");
                try {
                    vcnManagement = VcnManagementService.create(context);
@@ -2174,6 +2175,7 @@ public final class SystemServer implements Dumpable {
                    reportWtf("starting VCN Management Service", e);
                }
                t.traceEnd();
            }

            t.traceBegin("StartSystemUpdateManagerService");
            try {