How can I make a call without/with user interaction.
I found the intent Intent.ACTION_CALL on the internet, but I want to write program like the one which initiates a call in response of this intent, is this possible? If this is possible, then how can I do this?
I do not want to initiate a dialog to dial for a call, I want to internally make a call in my application.
Is there any java library, which I can use for this purpose?
Use Intent. That’s how it is designed to work in Android:
This will start dialing.