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

Commit 4a894fec authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Remove receiver status foreground flag

am: 65842bfe

* commit '65842bfe':
  Remove receiver status foreground flag
parents ec7a8e91 65842bfe
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);
        }