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

Commit b92c2ccf authored by Scott Mertz's avatar Scott Mertz
Browse files

Don't start theme service on core only boot

Change-Id: I8a8a142d2dab8d913951848989b5e3e5ec683f65
parent b85fb980
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -993,6 +993,7 @@ public final class SystemServer {
                mSystemServiceManager.startService(TvInputManagerService.class);
            }

            if (!disableNonCoreServices && !mOnlyCore) {
                try {
                    Slog.i(TAG, "Theme Service");
                    themeService = new ThemeService(context);
@@ -1000,6 +1001,7 @@ public final class SystemServer {
                } catch (Throwable e) {
                    reportWtf("starting Theme Service", e);
                }
            }

            if (!disableNonCoreServices) {
                try {