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

Commit 2a0b1755 authored by Chaitanya Saggurthi's avatar Chaitanya Saggurthi
Browse files

Add link control support

Add support for link control while sending
multiple messages.

Change-Id: I1e9009d2ba24512d03186a11a34dfddf484c2b8e
CRs-Fixed: 608922
parent 5a3b7eee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ interface ISms {
     */
    void sendTextWithOptions(String callingPkg, in String destAddr, in String scAddr,
            in String text, in PendingIntent sentIntent, in PendingIntent deliveryIntent,
            in int priority);
            in int priority, in boolean isExpectMore);

    /**
     * Send a multi-part text based SMS.
@@ -230,7 +230,7 @@ interface ISms {
     */
    void sendMultipartTextWithOptions(String callingPkg, in String destinationAddress,
            in String scAddress, in List<String> parts, in List<PendingIntent> sentIntents,
            in List<PendingIntent> deliveryIntents, in int priority);
            in List<PendingIntent> deliveryIntents, in int priority, in boolean isExpectMore);

    /**
     * Enable reception of cell broadcast (SMS-CB) messages with the given