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
Post a Comment