Hi, how should I create a service that would keep on running in the Background and listen for incoming and outgoing calls? I don't want the service to die at any point in time. I have created a Broadcast Receiver in my service class that is set for ACTION_PHONE_STATE_CHANGED action. In my BroadcastReceiver, I have set up a PhoneStateListener that would listen for changes in phone states. Is this the right approach? Thanks. David
-- 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

