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

Commit 1ecda97b authored by Ta-wei Yen's avatar Ta-wei Yen
Browse files

Allow the phone process to hide outbound text SMS

Bug: 29095322
Change-Id: Ic6ce8aa18450815e91e8d819439b10ccc186fec7
parent ee651e63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ interface ISms {
     */
    void sendTextForSubscriberWithSelfPermissions(in int subId, String callingPkg,
            in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent,
            in PendingIntent deliveryIntent);
            in PendingIntent deliveryIntent, in boolean persistMessage);

    /**
     * Inject an SMS PDU into the android platform.