Loading telephony/java/com/android/internal/telephony/ISms.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ interface ISms { in PendingIntent sentIntent, in PendingIntent deliveryIntent); /** * Send an SMS. * Send an SMS with priority. * * @param destAddr the address to send the message to * @param smsc the SMSC to send the message through, or NULL for the Loading @@ -145,8 +145,8 @@ interface ISms { * raw pdu of the status report is in the extended data ("pdu"). * @param priority Priority level of the message */ void sendTextWithPriority(in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent, in PendingIntent deliveryIntent, void sendTextWithPriority(String callingPkg, in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent, in PendingIntent deliveryIntent, in int priority); /** Loading Loading
telephony/java/com/android/internal/telephony/ISms.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ interface ISms { in PendingIntent sentIntent, in PendingIntent deliveryIntent); /** * Send an SMS. * Send an SMS with priority. * * @param destAddr the address to send the message to * @param smsc the SMSC to send the message through, or NULL for the Loading @@ -145,8 +145,8 @@ interface ISms { * raw pdu of the status report is in the extended data ("pdu"). * @param priority Priority level of the message */ void sendTextWithPriority(in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent, in PendingIntent deliveryIntent, void sendTextWithPriority(String callingPkg, in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent, in PendingIntent deliveryIntent, in int priority); /** Loading