Is it possible to Launch an application or activity from onRecieve() of a BroadcastReceiver in Android?
I want to launch an activity when the wi-Fi is turned on.
If it is possible please explain how to do that. I am expecting a sample code for that..
Thanks in advance.