Does Android broadcast an intent when the network state has changend, i.e. from GSM to Wifi? And if so what permission do I need and what is the intent action called?
|
It broadcasts whenever you connect or disconnect from Wifi, in other words, Wifi State. You can do it using the following intent-filters: And on your BroadcastReceiver you can see if the phone has connected to an actual Wi-fi spot the following way:
You can also use:
and/or
to see if the user turned off wi-fi or the connection dropped, respectively. |
|||||||||
|
|
There isn't anything exactly like what you are describing but you can use |
|||
|
|
Android will broadcast |
|||
|