I wonder how AndroidStudio get the manufacturer na...
# random
t
I wonder how AndroidStudio get the manufacturer name ? 🤔
s
Pretty sure it's communicated via USB. Devices can send a manufacturer and model name.
Check out the tool
lsusb
e
it's all from adb (it works even for non-usb connected devices)
2
t
aaah. Thanks 🙂 👍