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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -