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

Commit 8503f44a authored by Chaitanya Saggurthi's avatar Chaitanya Saggurthi Committed by Steve Kondik
Browse files

Add link control support

Add support for link control while sending
multiple messages.

Change-Id: I1e9009d2ba24512d03186a11a34dfddf484c2b8e
CRs-Fixed: 608922
parent d49398c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -178,7 +178,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.
@@ -231,7 +231,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