Android PDU
| Android設備接收到的SMS是以pdu形式的(protocol description unit)。android.telephony.gsm.SmsMessage這個類可以儲存SMS的相關信息,我們也可以從接收到的pdu中創建新的SmsMessage實例,Toast界面組件可以以系統通知的形式來顯示接收到的SMS消息文本。 A PDU is a "protocol discription unit", which is the industry format for an SMS message. because SMSMessage reads/writes them you shouldn't need to disect them. A large message might be broken into many, which is why it is an array of objects.
|
總結
以上是生活随笔為你收集整理的Android PDU的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 中行信用卡的账单日和还款日是一起的吗?
- 下一篇: DexFile类介绍