how to get MacID of mobiledevice in android? -


कैसे एंड्रॉइड में मोबाइल ऐड्रॉइड के मैकआइड को पाने के लिए?

यह प्रयास करें

  वाईफ़ाई प्रबंधक प्रबंधक = (वाईफ़ाई प्रबंधक) getSystemService (संदर्भ। WIFI_SERVICE); WifiInfo wifiInfo = manager.getConnectionInfo (); स्ट्रिंग MACAddress = wifiInfo.getMacAddress ();  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -