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

Commit 9a80c179 authored by Calvin On's avatar Calvin On Committed by android-build-merger
Browse files

Remove the now-empty WearBluetoothService from SystemServer

am: 3bcc688b

Change-Id: Id95770faa65878282d9b49c01fad258b8eb57c06
parents a01e2212 3bcc688b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -158,8 +158,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 =
@@ -1188,7 +1186,6 @@ public final class SystemServer {
        }

        if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH)) {
            mSystemServiceManager.startService(WEAR_BLUETOOTH_SERVICE_CLASS);
            mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS);
          if (!disableNonCoreServices) {
              mSystemServiceManager.startService(WEAR_TIME_SERVICE_CLASS);