How to get Wifi Speed Programmatically
WifiManager wifiManager = (WifiManager)mcontext.getSystemService(WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); int speedinMbps = wifiInfo.getLinkSpeed(); int mip = wifiInfo.getIpAddress();
No comments:
Post a Comment