1

I've got an Android application which can be remote controlled by USB midi devices. The app itself is running fine with google ARC but the USB module doesn't detect any USB device. I already found that it is possible for Chrome apps to use usb but only when declaring each specific device in the manifest (https://developer.chrome.com/apps/app_usb).

Does Google ARC support USB access? Will it be possible to get a list with all USB devices without declaring them first in the manifest?

4

2 回答 2

3

Sorry, ARC does not currently implement a USB service that proxies to the Chrome USB interface.

Feel free to file a bug however.

If we do implement it, is will likely have the same limit where you must predeclare the devices you want access to, for the same reason listed on the page you link to.

于 2015-04-09T00:09:20.433 回答
1

相关说明:报告了 ARC 中 UsbManager 访问的错误:https ://code.google.com/p/chromium/issues/detail?id=475419

于 2015-04-09T09:11:41.337 回答