ARC with USB access?

前端 未结 2 1950
抹茶落季
抹茶落季 2021-01-25 06:54

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 de

相关标签:
2条回答
  • 2021-01-25 07:00

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

    0 讨论(0)
  • 2021-01-25 07:14

    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.

    0 讨论(0)
提交回复
热议问题