WifiProbe app
WifiProbe scans and displays Wifi access points in your environment.
The app registers a broadcast listener for the Wifi scanner (WifiManager.EXTRA_RESULTS_UPDATED
). Instead using the WifiManager.startScan()
, it starts and stops immediately the wifi action panel, that trigger a wifi scan. So there is no limit for number of scan per minute, as with startScan()
.