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

Commit 6230c94e authored by Christine Franks's avatar Christine Franks Committed by Android (Google) Code Review
Browse files

Merge "ColorDisplayService should always be started"

parents 833960a4 17a9bc82
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ import android.content.res.Configuration;
import android.content.res.Resources.Theme;
import android.database.sqlite.SQLiteCompatibilityWalFlags;
import android.database.sqlite.SQLiteGlobal;
import android.hardware.display.ColorDisplayManager;
import android.os.BaseBundle;
import android.os.Binder;
import android.os.Build;
@@ -1443,11 +1442,9 @@ public final class SystemServer {
            mSystemServiceManager.startService(TwilightService.class);
            traceEnd();

            if (ColorDisplayManager.isNightDisplayAvailable(context)) {
            traceBeginAndSlog("StartColorDisplay");
            mSystemServiceManager.startService(ColorDisplayService.class);
            traceEnd();
            }

            traceBeginAndSlog("StartJobScheduler");
            mSystemServiceManager.startService(JobSchedulerService.class);