twilio / audioswitch

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

Bluetooth integration tests #137

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.

Breakdown

Validation

Additional Notes

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

Submission Checklist

ocarevs commented 1 year ago

I am closing this, moving to new pr due to branch change https://github.com/twilio/audioswitch/pull/138