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

Commit 9cb9a274 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Remove receiver status foreground flag

am: 3235df67

* commit '3235df67':
  Remove receiver status foreground flag
parents 2591677e 3235df67
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);
        }