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

Commit d25e4efd authored by Chenjie Luo's avatar Chenjie Luo
Browse files

Revert "Add system property config.disable_timeupdate to configure NetworkTimeUpdateService"

This reverts commit c597c55f.

Change-Id: Idc83e582c10dda2c6245ec19921785f361a07a68
parent c597c55f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -416,8 +416,6 @@ public final class SystemServer {
        boolean disableSystemUI = SystemProperties.getBoolean("config.disable_systemui", false);
        boolean disableNonCoreServices = SystemProperties.getBoolean("config.disable_noncore", false);
        boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false);
        boolean disableNetworkTimeProtocol = SystemProperties.getBoolean("config.disable_networktimeprotocol",
                false);
        boolean isEmulator = SystemProperties.get("ro.kernel.qemu").equals("1");

        try {
@@ -865,7 +863,7 @@ public final class SystemServer {
                reportWtf("starting SamplingProfiler Service", e);
            }

            if (!disableNetwork && !disableNetworkTimeProtocol) {
            if (!disableNetwork) {
                try {
                    Slog.i(TAG, "NetworkTimeUpdateService");
                    networkTimeUpdater = new NetworkTimeUpdateService(context);