From 1ecda97bdd56684fd1d7ddfa53297e9fab2d5d57 Mon Sep 17 00:00:00 2001 From: Ta-wei Yen Date: Wed, 15 Jun 2016 13:22:32 -0700 Subject: Allow the phone process to hide outbound text SMS Bug: 29095322 Change-Id: Ic6ce8aa18450815e91e8d819439b10ccc186fec7 --- telephony/java/com/android/internal/telephony/ISms.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/com/android/internal/telephony/ISms.aidl b/telephony/java/com/android/internal/telephony/ISms.aidl index 70a8653135c8..6115656ee369 100644 --- a/telephony/java/com/android/internal/telephony/ISms.aidl +++ b/telephony/java/com/android/internal/telephony/ISms.aidl @@ -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. -- cgit v1.2.3-59-g8ed1b