Skip to content Skip to sidebar Skip to footer

How To Make A Phone Call Programatically Without Intent

I'm new on android and i want make phone call without use the intent. I know that this code: Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse('tel:' + bund

Solution 1:

Can i make call in android programmatically without use "Intent"?

Not from an ordinary Android SDK app. A custom ROM mod certainly could.


Solution 2:


Post a Comment for "How To Make A Phone Call Programatically Without Intent"