SMSManagers sendTextMessage函数的 Android 文档
public void sendTextMessage (String destinationAddress, String scAddress, String text,
PendingIntent sentIntent, PendingIntent deliveryIntent)
如果不为 NULL,则在将消息传递 给收件人时广播此 PendingIntent。状态报告的原始 pdu 在扩展数据(“pdu”)中
我不明白在将 SMS 传递到destinationAddress 或scAddress 时是否触发了deliveryIntent 以及“状态报告的原始pdu 在扩展数据(“pdu”)中的含义是什么以及如何获取该报告?.
我感谢你的努力。