On the site androidjavadoc.com, a method startScanActive
is listed in the class WifiManager
that makes it possible to perform an active wi-fi scan. It has been discussed here recently, too.
Nevertheless, when I try to use that method in Eclipse, it is not found (undefined). startScan
is. I tried that with all android.jar versions coming with the Android SDK (from 2.3 to 3.1).
Does the function exist? How can I get access to it?
Thanks a lot