- Home /
Question by
LijuDeveloper · May 29, 2014 at 11:39 AM ·
androiddeviceidentifierphysical adress
Mobile Physical address
How to get physical address of Android device
this code not working in android
NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces();
PhysicalAddress = nics[0].GetPhysicalAddress().ToString();
Comment
Best Answer
Answer by LijuDeveloper · Jun 02, 2014 at 04:20 AM
I got solution
SystemInfo.deviceUniqueIdentifier
working in android