Is there a broadcast intent for cell network (not wifi) state changes? I'm trying to write an app that tracks battery usage and correlates it with the set of features that are turned on. I was hoping to use a BroadcastReceiver to track changes to the battery, wifi, screen, gps, bluetooth, and network connection -- specifically whether 3G connections are active/allowed.
Although there is a broadcast Intent for wifi (android.net.wifi.WIFI_STATE_CHANGED), I can't find a similar item for the cell radio. Or, come to think of it for the GPS radio. I appreciate any advice. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

