Search code examples
androidwifi

how to stop wifi scan on android?


Is it possible to stop wifi scan started with wifiMgr.startScan() ? I browse some posts and read about using thread to give intervals between each result delivery. But if I want to completely stop the process, how can I achieve it?


Solution

  • I found the answer a few days ago. Simply unregister the receiver. I don't know if it is the best way to go, but it works.