Android raw PDU

471 Views Asked by At

As I think method in SmsManager:

copyMessageToIcc(byte[] smsc, byte[] pdu, int status)

store raw PDU in Icc. How to send message stored in Icc?

The same question is for method:

createMessageListFromRawRecords(List<SmsRawData> records)
0

There are 0 best solutions below