Skip to content

Conversation

@MaelImhof
Copy link

Hi,

First, thank you for your amazing work on this project !

TL; DR : This is a fix for #526.

Change Log

The issue arose because of a specific commit on Android 13, so I reverted the commit part by part to see where the problem was coming from.

Turns out it comes from the changes made to remoteClientLib/src/main/java/com/undatech/opaque/util/UsbDeviceManager.kt. Why? I'm honestly not sure, I searched through change logs from Android 13 to 14, but could not find anything that would explain the problem.

Anyway, this change fixes the app on Android 13 while preserving the same behavior on Android 14 (I tested both). It simply

  • Keeps the old behavior (before the problematic commit) on Android 13
  • Keeps the new behavior (after the problematic commit) on Android 14

Please let me know if you would like anything changed in the PR.

Cheers !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant