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

Commit 8bc226c6 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

ISms.aidl: Add callingPkg to sendTextWithPriority.

Needed for Voice+ and SecureSMS, due to breakage caused by QCOM merge

Change-Id: I1871bc9e3f644b7b82f7da18f404921c237ec55c
parent ae44434c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -145,7 +145,7 @@ interface ISms {
     *  raw pdu of the status report is in the extended data ("pdu").
     *  raw pdu of the status report is in the extended data ("pdu").
     * @param priority Priority level of the message
     * @param priority Priority level of the message
     */
     */
    void sendTextWithPriority(in String destAddr, in String scAddr, in String text,
    void sendTextWithPriority(String callingPkg, in String destAddr, in String scAddr, in String text,
            in PendingIntent sentIntent, in PendingIntent deliveryIntent,
            in PendingIntent sentIntent, in PendingIntent deliveryIntent,
            in int priority);
            in int priority);