Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0d25bc5 authored by Prasath Balakrishnan's avatar Prasath Balakrishnan Committed by Gerrit - the friendly Code Review server
Browse files

MSIM: Get Phone id for placing ECall

 - Add API to get best possible phone id to place
Emergency voice call.

Change-Id: Ic714d4068a4ecbd560eef14b6d5831c658a4dd46
parent 1c6d9d68
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -109,4 +109,11 @@ interface IExtTelephony {
    * Requires Permission: android.Manifest.permission.MODIFY_PHONE_STATE
    */
    void setSMSPromptEnabled(boolean enabled);

    /**
    * Get logical phone id for Emergency call.
    * @param - void
    * @return phone id
    */
    int getPhoneIdForECall();
}