Android custom native dialer with ConnectionService implementation for OutgoingCall never goes out
I am trying to implement ConnectionService, Connection, and registering PhoneAccount for outgoing calls. So far, I have been able to initiate a call using customPhoneAccount but that phone call never goes through, which means the call does not reach the destination phone.
How to implement android custom dialer with ConnectionService for basic call that should replace default app
``
I am trying to implement Android custom dialer. Able to make calls and receive incoming call using intents. But we need out own ConnectionService implementation for basic call. If basic calls works then we need to implement conference and transfer also.