How to recover the call for a silent call

Hello

I put in work AbstractPhoneListener in my application. Is there a way I can get a silent call notification as there are reminders for the holding of a callHeld() call and call resume callResumed(). I know that there is no appeal in AbstractPhoneListener interface. Is there any other drink so that I can get silent call notification?

Concerning

Prashant

getStatus () of the PhoneCall class you will get the status of the call... In your case, it will return STATUS_CONNECTED_MUTED (which is a public static int in the same class)

Thank you!

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for