Broadcast Intent when network state has changend

android, broadcastreceiver, java

Solution

Update: please use this instead: https://stackoverflow.com/a/2677519/241869

Problem

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?

Original source