views:

56

answers:

1

Is there any way by which i can transfer calls to voice mail programmatically?? I am making an application for android in which i will use this feature.

A: 

Detect using: CALL_STATE_RINGING or LISTEN_CALL_STATE

However, AFAIK, you cannot make API calls to the Telephony service which will allow forwarding to Voicemail.

lighthazard