android - wifimanager not working on tabs? -


So I'm currently developing an app for which MAC address (for security purpose) is required, however when I have sent .apk

This is the code I used to get the Mac

WifiManager wimanager = (WifiManager) cont.getSystemService (Context.WIFI_SERVICE) ; String macAddress = wimanager.getConnectionInfo (). GetMacAddress ();


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -