usb_manager = (UsbManager) getSystemService(Context.USB_SERVICE);
HashMap<String, UsbDevice> deviceList = usb_manager.getDeviceList();
&安培; deviceList.size()为0
我做错了吗?该设备显然有一个USB端口,但找不到它。 这可能是许可问题吗?
是否有可能无法在SDK中使用USB端口?
(Android 4.0.4)
答案 0 :(得分:0)
答案 1 :(得分:0)
是否有可能无法在SDK中使用USB端口?
是。看起来您的设备支持USB OTG,但不支持API。大多数便宜的平板电脑就是这种情况。