Android wifi's signal strength [duplicate]

2019-03-03 17:31发布

问题:

Possible Duplicate:
Android: How to monitor WiFi signal strength

Is there a way to know the signal strength of a wifi network using code?

回答1:

getScanResults()
level

http://developer.android.com/reference/android/net/wifi/WifiManager.html http://developer.android.com/reference/android/net/wifi/ScanResult.html



标签: android wifi