My requirement is like this: Say I am calling a number on that time and I want to call another number programmatically. So far what I have done is: I am able to call to a pa
Android API doesn't support call merging facility you can see this thread for this. https://groups.google.com/forum/?fromgroups#!searchin/android-developers/conference$20call/android-developers/6OXDEe0tCks/8cuKdW1J9b8J but what you can do is open phone's call pad screen using aidl from there user can add another call or merge the call.