Search code examples
androidwifiandroid-wifi

Get the real interval scan of an android application


I've a problem to understand if the Android do a wifi scan when my application run the startScan() command or the kernel manages the wifi interval with another timing.

I read this conversation: Is there a way to explicitly control WiFi scan intervals in Android?

It seems there isn't a way to tell to the system to scan on a set interval. So, Does way exist to impose a scan interval and tell to the system to do scansions with this interval for my application)?


Solution

  • I think that this is not possible because is a task handle by the system. See this link in XDA. Seems that there is a way but is need to modify the file build.prop.