Loading src/java/com/android/internal/telephony/SmsDispatchersController.java +10 −0 Original line number Diff line number Diff line Loading @@ -1879,6 +1879,11 @@ public class SmsDispatchersController extends Handler { // Send P2P SMS using carrier roaming NB IOT NTN DatagramDispatcher.getInstance().sendSms(pendingRequest); return; } else if (SatelliteController.getInstance().isInCarrierRoamingNbIotNtn()) { Rlog.d(TAG, "Block SMS in carrier roaming NB IOT NTN mode."); // Block SMS in satellite mode if P2P SMS is not supported. triggerSentIntentForFailure(pendingRequest.sentIntents); return; } sendTextInternal(pendingRequest); Loading Loading @@ -2043,6 +2048,11 @@ public class SmsDispatchersController extends Handler { // Send multipart P2P SMS using carrier roaming NB IOT NTN DatagramDispatcher.getInstance().sendSms(pendingRequest); return; } else if (SatelliteController.getInstance().isInCarrierRoamingNbIotNtn()) { Rlog.d(TAG, "Block SMS in carrier roaming NB IOT NTN mode."); // Block SMS in satellite mode if P2P SMS is not supported. triggerSentIntentForFailure(pendingRequest.sentIntents); return; } sendMultipartTextInternal(pendingRequest); Loading Loading
src/java/com/android/internal/telephony/SmsDispatchersController.java +10 −0 Original line number Diff line number Diff line Loading @@ -1879,6 +1879,11 @@ public class SmsDispatchersController extends Handler { // Send P2P SMS using carrier roaming NB IOT NTN DatagramDispatcher.getInstance().sendSms(pendingRequest); return; } else if (SatelliteController.getInstance().isInCarrierRoamingNbIotNtn()) { Rlog.d(TAG, "Block SMS in carrier roaming NB IOT NTN mode."); // Block SMS in satellite mode if P2P SMS is not supported. triggerSentIntentForFailure(pendingRequest.sentIntents); return; } sendTextInternal(pendingRequest); Loading Loading @@ -2043,6 +2048,11 @@ public class SmsDispatchersController extends Handler { // Send multipart P2P SMS using carrier roaming NB IOT NTN DatagramDispatcher.getInstance().sendSms(pendingRequest); return; } else if (SatelliteController.getInstance().isInCarrierRoamingNbIotNtn()) { Rlog.d(TAG, "Block SMS in carrier roaming NB IOT NTN mode."); // Block SMS in satellite mode if P2P SMS is not supported. triggerSentIntentForFailure(pendingRequest.sentIntents); return; } sendMultipartTextInternal(pendingRequest); Loading