- pdu
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Create an SmsMessage from a raw PDU.
This method will soon be deprecated and all applications which handle incoming SMS messages by processing the SMS_RECEIVED_ACTION broadcast intent must now pass the new format String extra from the intent into the new method createFromPdu(byte[], String) which takes an extra format parameter. This is required in order to correctly decode the PDU on devices that require support for both 3GPP and 3GPP2 formats at the same time, such as dual-mode GSM/CDMA and CDMA/LTE phones. Guess format based on Voice technology first, if it fails use other format.