Problem description:
Android Run-time for Chrome allows you to run Android apps through chrome on a Chromebook, and I am using ARC Welder to prepair the APK's for this.
My application scans for USB devices connected, looking for one we'll use in app. The problem is that UsbManager's method getDeviceList()
fails somewhere inside the method, returning null
in error description. The list is not empty, it just fails. It doesn't matter if I have a device connected or not.
Question:
Is there a possible solution for this? Are there any known issues connected to Chromebook USB devices and Android method calls?