Merge "Allow the phone process to hide outbound text SMS" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-06-16 22:31:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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.