twilio / audioswitch

An Android audio management library for real-time communication apps.
Apache License 2.0
163 stars 50 forks source link

Use BluetoothHeadset intent actions #70

Closed Alton09 closed 4 years ago

Alton09 commented 4 years ago

Description

This PR changes the intent actions used to subscribe to system broadcasted intents for receiving Bluetooth headset connection and audio changes. The intent actions are BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED and BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED. These intents actions are more reliable and less complicated than the previous intent actions from the AudioManager.

Validation

Additional Notes

These changes have made the bluetooth functionality usable on the Galaxy S10.

Submission Checklist