I'm developing an Android app using Golang that make use of a USB device 
connected to the Android (on those that support the host mode). My app 
works great if the device is rooted and SELinux is in permissive, 
unfortunately that's not common at all.

To avoid that, you could open the USB device in Java (usbManager) and then 
pass the file descriptor to the NDK (Go) code. At this point, I'm not sure 
if it's possible at all, or the x/mobile code has to be modified, but I 
have no idea how to continue nor where to find more information on the 
topic.

Using gomobile/bind for the app

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to