am fe09db1e: Merge "Revert "Add system property config.disable_timeupdate to configure NetworkTimeUpdateService"" into lmp-sprout-dev
* commit 'fe09db1e0d5af46e7b643c37ba52f62500b7f043': Revert "Add system property config.disable_timeupdate to configure NetworkTimeUpdateService"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user