I've seen this LINK on how to get the MAC Address of an android phone but in my case I need to do it in javascript
or asp.net mvc3
. I Managed to get the MAC Address
of the PC through MVC3
and my problem 1 is solve. This is my second problem in android phones.
WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
WifiInfo wInfo = wifiManager.getConnectionInfo();
String macAddress = wInfo.getMacAddress();