I thought that I should use NetworkInterface::getDisplayName. I got some name, but this name is different that this name which I can see, when I choosing to which network I want to connect.
android.net.wifi.WifiInfo.getSSID?
android.net.wifi.WifiInfo.getSSID
WifiManager wifiMgr = (WifiManager) getActivity().getSystemService(Context.WIFI_SERVICE); WifiInfo wifiInfo = wifiMgr.getConnectionInfo(); String name = wifiInfo.getSSID();
1.4m articles
1.4m replys
5 comments
57.0k users