Loading src/java/com/android/internal/telephony/SmsController.java +4 −0 Original line number Diff line number Diff line Loading @@ -529,6 +529,10 @@ public class SmsController extends ISmsImplBase { Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) { IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); if (!getCallingPackage().equals(callingPkg)) { throw new SecurityException("sendStoredMultipartText: Package " + callingPkg + " does not belong to " + Binder.getCallingUid()); } if (iccSmsIntMgr != null) { iccSmsIntMgr.sendStoredMultipartText(callingPkg, callingAttributionTag, messageUri, scAddress, sentIntents, deliveryIntents); Loading Loading
src/java/com/android/internal/telephony/SmsController.java +4 −0 Original line number Diff line number Diff line Loading @@ -529,6 +529,10 @@ public class SmsController extends ISmsImplBase { Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) { IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); if (!getCallingPackage().equals(callingPkg)) { throw new SecurityException("sendStoredMultipartText: Package " + callingPkg + " does not belong to " + Binder.getCallingUid()); } if (iccSmsIntMgr != null) { iccSmsIntMgr.sendStoredMultipartText(callingPkg, callingAttributionTag, messageUri, scAddress, sentIntents, deliveryIntents); Loading