ARC with USB access?

亡梦爱人 提交于 2019-12-20 04:16:19

问题


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?


回答1:


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.




回答2:


Related note: a bug on UsbManager access within ARC was reported: https://code.google.com/p/chromium/issues/detail?id=475419



来源:https://stackoverflow.com/questions/29509692/arc-with-usb-access

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!