Hi

am developing an app that needs to track incoming calls.

I have set up a phonelistener which is launched form a service like so

TelephonyManager tm = (TelephonyManager)getSystemService
(TELEPHONY_SERVICE);
                tm.listen(mPhoneListener, PhoneStateListener.LISTEN_NONE);

This seems to work for a while but then fails to fire after - say an
hour.

I have tried relaunching the listening in a timertask every 60 seconds
but this does not seem to work.

Is there a way of keeping a listener alive for a long period of time.
I can only assume  the system is garbage collecting it.

Regards

Richard Spence
Bluetrail

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to