Hi,
There is way to allow the application to make a phone call using
startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(toDial)));
My question is, Is there any way to end the phone call through application, More specifically I need to try like end the call as soon as i get the call.
Cheers, Vinayak