Android UsbAccessory return null in android 8 and above

127 Views Asked by At

The below code works fine in android 7 and below version. But returns null on android 8 and above.

Does anyone know alternate solutions or permissions to make it work?

UsbAccessory[] accessories = mUsbManager.getAccessoryList();

0

There are 0 best solutions below