I'm developing an application in which i have successfully detects the incoming call programatically but now i want to give the prerecorded message to caller saying e.g. "I'm busy I'll call you later, bye". and disconnect the call.
How to implement above functionality in ANDROID ?
Thank you and Have nice day.