summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2016-06-16 22:31:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-06-16 22:31:45 +0000
commit3f258857b5f3cee671a6b37b1fce6682102b018e (patch)
tree82b03aae8876c34edcb47111a537129050b7526e
parent2f75cf4bb5b2d54f8f7e878a8454efee58f556c7 (diff)
parent1ecda97bdd56684fd1d7ddfa53297e9fab2d5d57 (diff)
Merge "Allow the phone process to hide outbound text SMS" into nyc-mr1-dev
-rw-r--r--telephony/java/com/android/internal/telephony/ISms.aidl2
1 files changed, 1 insertions, 1 deletions
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.