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

Commit 8d8b8093 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Remove receiver status foreground flag am: 65842bfe

am: 4a894fec

* commit '4a894fec':
  Remove receiver status foreground flag
parents 51c261d7 4a894fec
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2246,7 +2246,6 @@ final class HeadsetClientStateMachine extends StateMachine {
        intent.putExtra(BluetoothProfile.EXTRA_STATE, newState);

        if (newState == BluetoothHeadsetClient.STATE_AUDIO_CONNECTED) {
            intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
            intent.putExtra(BluetoothHeadsetClient.EXTRA_AUDIO_WBS, mAudioWbs);
        }