In my application I have blocked incoming calls, so it’s getting redirected to configured voicemail.
As soon as caller place a voicemail, I received a notification message on the device saying “You have new voicemail” and it generates beep.
I would like to disable this beep through my application as soon as device receives voicemail received notification message.
Is there any broadcast or event provided by android?
How can I accomplish this?
My application is built on android version 2.2.
Thank in advance.