Skip to content Skip to sidebar Skip to footer

Android How To Hold And Unhold Active Phone Call

Can anybody let me know how to hold and unhold active phone call? I am trying to do it using ITelephony.aidl but unable to hold the call. Here is the code I tried to hold an activ

Solution 1:

It's quite not possible to attain the holding options with ITelephony.aidl, since there is no such method. It's better to use any methods using the Audio manager to find whether the call is active or not. But the drawback there is that Audio Manager could be used by other applications too. So, there will be a dilemma in knowing the Mode!!


Post a Comment for "Android How To Hold And Unhold Active Phone Call"