I want to dynamically register and unregister my receiver class with
the broadcast: "android.net.wifi.STATE_CHANGE" This works very well if
I do this in the manifest. But this makes it static. I want to do it
dynamically in the activity class. What is its correspondent command
in the activity class?
Thanks in advance for your help :)