Closed dgjinovci closed 1 year ago
Is SDK 31 is android 13? My phone is android 11.
It's android 12
Pending intent has changed for android 12/sdk 31 and up
https://stackoverflow.com/questions/71689781/android-app-crashes-when-targeting-to-android-12
Changes: https://developer.android.com/reference/android/app/PendingIntent?hl=en#FLAG_MUTABLE
Thanks, I modified code. Good luck!
If targeting sdk 31 and above, PendingIntent will cause IllegalArgumentException if last flag is not set
At: libusbcamera/src/main/java/com/serenegiant/usb/USBMonitor.java line 181