扫描 android 中的 OTG 挂载点

Scan OTG mount point in android

我需要访问通过 OTG 连接到 android 设备的笔式驱动器。 使用 expolorer,我可以在 /storage/usbdisk 中找到挂载点。 但是,如何通过代码找到 mount moint dynamicallu?

谢谢! 罗伯托

恐怕在各种设备上访问 OTG 的唯一方法是查询所有这些目录:

/storage/UsbDriveA     (all Samsung devices)
/storage/USBstorage1   (LG G4, V10, G3, G2, other LG devices)
/storage/usbdisk       (Moto Maxx, Turbo 2, Moto X Pure, other Motorola devices)
/storage/usbotg        (Sony Xperia devices, Lenovo Tabs)
/storage/UDiskA        (Oppo devices)
/storage/usb-storage   (Acer Iconia Tabs)
/storage/usbcard       (Dell Venue -- Vanilla Android 4.3 tablet)
/storage/usb           (HTC One M7, and some Vanilla Android devices)

在我收集的设备和其他 3 个人的设备上进行了测试,并快速前往 Bestbuy 以测试最新的旗舰产品。据我所知,我唯一缺少的流行设备是 Hawuei/Xioami 位于中国的设备,这些设备在英语国家/地区越来越受欢迎。

希望对您有所帮助