davidliu
davidliu
Looks like the library relies on the `sharedUserId` AndroidManifest.xml attribute, but this has been deprecated in API 29. https://developer.android.com/guide/topics/manifest/manifest-element#uid
### Expected behaviour Saving screenshots saves properly. ### Actual behaviour Test fails with the following stack trace. ```` E/TestRunner: java.io.IOException: Permission denied at java.io.UnixFileSystem.createFileExclusively0(Native Method) at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:317) at java.io.File.createNewFile(File.java:1008) at...
Just letting you guys know that there's a bug open on Android bug tracker, and should probably help out in squashing this bug, if you guys have any idea on...
The current README points to https://twilio.github.io/audioswitch/latest for the KDocs, but that gives a 404 error.
Investigate adding rotation/mirroring directly to the video renderers.
State flows won't refire for internal changes within objects. Need to create immutable versions for flows.
The bluetooth permissions are currently only used to get information about Bluetooth devices, and aren't actually needed to connect/route audio to the bluetooth device. This information can be gotten through...
### Summary In the Android Lifecycle Listeners page, it's stated that you should implement a class that implements the `Package` interface, but there's no information on how this class actually...