You can try ACTION_PHONE_STATE_CHANGED on TelephonyManager, though I don't know if it supports the range of events that PhoneStateListener does.
On Sun, Jun 26, 2011 at 11:35 AM, Boozel <[email protected]> wrote: > Hi, > I'm trying to set up a BroadcastReceiver to tell when a phone finds or > looses signal. > I am using the intent "android.net.conn.CONNECTIVITY_CHANGE" but this seems > to be triggered when the phone looses or gains an internet (data) > connection. > Is there any way to do the same for the actual phone signal? > Thanks in advance. > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

