I want to make a call to a given number from my app. Sample picture attached.
And it should not show the dialing pad or dialing prompt. When I try it with following dialing prompt comes.
Intent it = new Intent(Intent.ACTION_CALL, Uri.parse("tel:1234567890")));}
Dialing prompt is appears as follows
So how to dial directly from my app without showing the dialing prompt?