Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 android 上连接到 USB 设备,并且用户应该选择设备并允许访问 USB,所以最后我有了UsbDevice实例。我怎么知道将它/dev/bus/usb/002/001传递给本机代码的 linux 文件路径(类似于“”)。
/dev/bus/usb/002/001
它需要android设备生根吗?如果是,我可以使用标准的 android 方法请求 USB 设备权限,并且我相信它授予 USB 文件访问应用程序进程的权限。会有帮助吗?
只需使用getDeviceName()方法
getDeviceName()