I would like to launch some other apps if my call is reaching others voicemail. How to detect it in android? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could listen to the broadcast of LISTEN_MESSAGE_WAITING_INDICATOR and then act upon it You would extend PhoneStateListener and then initialize the class
|
|||
|
|