endless-runner-007

Results 1 issues of endless-runner-007

On Android 14, There are 2 problems 1. Receiver_Export issue ![image](https://github.com/anotherlab/UsbSerialForAndroid/assets/138612312/c8bedd92-7259-497c-a91c-d38be305286d) this error occurs on the following code line, UsbSerialForAndroid/Extensions/UsbManagerExtensions.cs context.RegisterReceiver(usbPermissionReceiver, new IntentFilter(ACTION_USB_PERMISSION)); I changed it to following if (Build.VERSION.SdkInt...