0

Possible Duplicate:
Android: How to monitor WiFi signal strength

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

Community
  • 1
  • 1
Rui Peres
  • 25,741
  • 9
  • 87
  • 137

1 Answers1

6

Take a look at these:

getScanResults()
level

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Naveen
  • 116
  • 1
  • 3