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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -