Hi, I have to capture network change status. For this I have created an activity and using ConnectivityManager Class I am able to capture the network change status.
But I want that when network status changes my application get triggered and show the network status. For this what entries needs to be done in AndroidManifest.xml file and how to handle changed network status using BroadCastReceiver or Using Intent Receiver. Also do I have to register the class for this. So, can anybody provide some pointer over this and if possible some code snippet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

