twilio / audioswitch

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

Bug/video 12475/bluetooth integration tests #138

Closed ocarevs closed 1 year ago

ocarevs commented 1 year ago

Description

In a scenario where targetSdkVersion > 30 and device sdk version <= 30 bluetooth permission check would look into incorrect permission for the device and thus return false which in return would fail to initialise bluetooth capabilities. [Description of the Pull Request]

Breakdown

Validation

Additional Notes

[Any additional comments, notes, or information relevant to reviewers.]

Submission Checklist