tags:

views:

29

answers:

1

I am having trouble in performing some activity when a call interrupt comes on blackberry 9105.

Is there any way to know what is the guid when a call interrupt comes in. I can't find it in the blackberry docs.

public void eventOccurred( long guid, int data0, int data1, Object object0, Object object1)
+2  A: 

Why not use a PhoneListener?

Marc Novakowski
yup... implemented phonelistner.. and all is fine.. thanks.
ashishsony