Search code examples
c#androidwinformsusbserial-number

Android device Serial number winforms c#


I have a problem with reading the serial number from the USB Android Device and write it to the label in Windows Forms C#. I have tried to dig in WMI using WQL but I didn't find the Serial Number property. SerialNumber


Solution

  • I find out how to do this. There is a NuGet called "PortableDevices". If someone is looking for it everything is HERE