我正在android studio中做一个项目,要求我检查打印机和USB指纹扫描仪是否已连接到设备。如何检查连接的设备是打印机还是扫描仪?
我使用USBManager和UsbDevice来获取所有已连接设备的列表,但无法检查已连接设备的类型。
答案 0 :(得分:0)
来自官方 UsbConstants documentation
int Class = device.getDeviceClass();
ex:如果打印机:USB_CLASS_PRINTER
:Constant Value: 7