Android SMS PDU format

When we receive sms messages in BroadcastReceiver, we first receive them as an array of PDUs. I know that there is a format for GSM sms PDUs described in the GSM specification, and I know how to decode such gsm PDUs.

I would like to know: Android PDU format is the same as in GSM specification? If not, what is the android sms PDU format? Is Android PDU format great for GSM and CDMA phones?

Thanks in advance.

PS: I know that there is a SmsMessage class for decoding PDUs, but I want to decode them myself, so I ask this question.

+3
source share
1 answer

- Android PDU, , GSM? , PDU android sms? PDU Android GSM CDMA?

, , PDU:

+2

All Articles