Explicitly define "sent" and "delivered" broadcasts
You can now use the following methods to explicitly set up the "sent" and "delivered" broadcasts for SMS/MMS, instead of relying on the AndroidManifest
entries:
Transaction#setExplicitBroadcastForSentSms(Intent)
Transaction#setExplicitBroadcastForSentMms(Intent)
Transaction#setExplicitBroadcastForDeliveredSms(Intent)