开发者

Get list of available WiFi spots

开发者 https://www.devze.com 2023-03-03 18:00 出处:网络
I\'m creating an app that needs internet connection. So when the WiFi setting is not enabled, I pop up a message to switch it on. But when it\'s on, it\'s not nessecarily connected to a WiFi Access Po

I'm creating an app that needs internet connection. So when the WiFi setting is not enabled, I pop up a message to switch it on. But when it's on, it's not nessecarily connected to a WiFi Access Point.

Is there any way to show all current available WiFi spots in a list?

Thanks in a开发者_运维技巧dvance


Have a look on the methods of the WifiManager class. Especially the getScanResults() method will return the results of the last scan for Wifi networks. Be aware that the getConfiguredNetworks() only returns those networks that have been configured beforehand by the user (i.e. the password has been provided for a secured network, etc).


http://developer.android.com/reference/android/net/wifi/WifiManager.html#startScan()

0

精彩评论

暂无评论...
验证码 换一张
取 消