zeal4android
for Android developers
Showing posts with label
RSSI
.
Show all posts
Showing posts with label
RSSI
.
Show all posts
Monday, June 11, 2012
Android: Wifi Get RSSI example
WifiManager
wifiManager = (
WifiManager
)
getSystemService
(Context.
WIFI_SERVICE
);
WifiInfo
wifiInfo = wifiManager.getConnectionInfo();
String rssi = wifiInfo.getRssi();
Older Posts
Home
Subscribe to:
Posts (Atom)