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

Commit bde12e9e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "MSIM: Get Phone id for placing ECall"

parents 755d0980 d0d25bc5
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();
}