arekolek / simple-phone

Bare minimum implementation of an Android Phone app
MIT License
198 stars 71 forks source link

Need Suggestion : How can I implement it without using startActivity(Intent(Intent.ACTION_CALL, uri)) #7

Closed shubhrajodiya closed 5 years ago

shubhrajodiya commented 5 years ago

I am trying to implement a full functioning phone calling app but simple-phone is using inbuilt app. Is their a way to implement it without using any other app ?