I am working on the new phone app for Android. Obviously it needs to make and receive phone calls.
My first problem is how to place a phone call from the app without invoking System default dialer. Making calls using Intent is very easy. However when I try to place a call without using Intent then that's entirely different ball of wax.
It seems that I need to use android.telephony but I can't find any good resources that could tell me where to start. Simple tutorial would be nice.
If you could point me to a resource that would help me that will be really appreciated.