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

Commit 28f581fa 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

Change-Id: Ia9999e7976b1b931637af472178df20ccf9ad489
parents a616e7df 0e4fbddb
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