I am starting a call in android java using an intent Intent callIntent = new Intent(Intent.ACTION_CALL);
How can I programmatically end this call
I am starting a call in android java using an intent Intent callIntent = new Intent(Intent.ACTION_CALL);
How can I programmatically end this call