/** * The Android Telecom framework is responsible for managing calls on an Android device. This can * include SIM-based calls using the {@code Telephony} framework, VOIP calls using SIP (e.g. the * {@code SipConnectionService}), or via a third-party VOIP * {@link android.telecom.ConnectionService}. Telecom acts as a switchboard, routing calls and * audio focus between {@link android.telecom.Connection}s provided by * {@link android.telecom.ConnectionService} implementations, and * {@link android.telecom.InCallService} implementations which provide a user interface for calls. *

* Android supports the following calling use cases (with increasing level of complexity): *

*/