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

Commit 9a74e5da authored by Calvin On's avatar Calvin On
Browse files

resolve merge conflicts of 94a93087 to master

Change-Id: Ib2e97ef56b78e4492e1f8392ee294cb293941320
parent 7ba04df3
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -183,8 +183,6 @@ public final class SystemServer {
            "com.android.server.search.SearchManagerService$Lifecycle";
    private static final String THERMAL_OBSERVER_CLASS =
            "com.google.android.clockwork.ThermalObserver";
    private static final String WEAR_BLUETOOTH_SERVICE_CLASS =
            "com.google.android.clockwork.bluetooth.WearBluetoothService";
    private static final String WEAR_CONNECTIVITY_SERVICE_CLASS =
            "com.google.android.clockwork.connectivity.WearConnectivityService";
    private static final String WEAR_TIME_SERVICE_CLASS =
@@ -1479,10 +1477,6 @@ public final class SystemServer {
        }

        if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH)) {
            traceBeginAndSlog("StartWearBluetooth");
            mSystemServiceManager.startService(WEAR_BLUETOOTH_SERVICE_CLASS);
            traceEnd();

            traceBeginAndSlog("StartWearConnectivityService");
            mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS);
            traceEnd();