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

Commit dbb9e783 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5743256 from 90407f306a16e3523e18bc721a77ba82b417267b to rvc-release

Change-Id: Ie39436c1f7e808f6ac1b30c4ba6007f46f618b0f
parents 2a7c6d30 f1a5389e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@ package com.android.server;

import android.bluetooth.BluetoothAdapter;
import android.content.Context;

import com.android.internal.os.RoSystemProperties;
import android.os.UserManager;

class BluetoothService extends SystemService {
    private BluetoothManagerService mBluetoothManagerService;
@@ -47,7 +46,7 @@ class BluetoothService extends SystemService {
            publishBinderService(BluetoothAdapter.BLUETOOTH_MANAGER_SERVICE,
                    mBluetoothManagerService);
        } else if (phase == SystemService.PHASE_ACTIVITY_MANAGER_READY &&
                !RoSystemProperties.MULTIUSER_HEADLESS_SYSTEM_USER) {
                !UserManager.isHeadlessSystemUserMode()) {
            initialize();
        }
    }