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

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

Snap for 5749848 from 89d954c3e43be1a46ad45e15a41188adfedc453c to rvc-release

Change-Id: I3922c21affeb69c081ef937653ebd9f35ef5ae62
parents dbb9e783 14e52de0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1185,7 +1185,8 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
        if (isBluetoothDisallowed) {
            return;
        }
        if (mEnableExternal && isBluetoothPersistedStateOnBluetooth()) {
        final boolean isSafeMode = mContext.getPackageManager().isSafeMode();
        if (mEnableExternal && isBluetoothPersistedStateOnBluetooth() && !isSafeMode) {
            if (DBG) {
                Slog.d(TAG, "Auto-enabling Bluetooth.");
            }