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

Commit 42c41257 authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "Broadcast BOND_STATE_CHANGED to foreground." am: 056858c9 am: 0e4fbddb am: 28f581fa

am: e093e923

Change-Id: I970eac7670f0600d76579a16f813398d3f54ad25
parents de2cc0b3 e093e923
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -344,7 +344,6 @@ final class BondStateMachine extends StateMachine {
        intent.putExtra(BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE, oldState);
        if (newState == BluetoothDevice.BOND_NONE)
            intent.putExtra(BluetoothDevice.EXTRA_REASON, reason);
        intent.setPackage(mAdapterService.getString(R.string.pairing_ui_package));
        mAdapterService.sendBroadcastAsUser(intent, UserHandle.ALL,
                AdapterService.BLUETOOTH_PERM);
        infoLog("Bond State Change Intent:" + device + " OldState: " + oldState