如何获得送达报告特定联系人的号码,同时在android系统发送短信到多个联系人?

如何获得送达报告特定联系人的号码,同时在android系统发送短信到多个联系人?

问题描述:

我送短信来的多个联系人,并在那个时候,我想要得到的传递报告的哪个号码我送短信。如何做到这一点?

I am sending sms to multiple contacts and at that time I want to get the delivery report for which number I am sending sms.How to do that?

使用挂起的意图额外数据,发送唯一字符串作为重点确定哪些短信发送/发送

using extras data on pending intent, send unique string as key to identify which sms is delivered/sent

try这