SmsMessage.createFromPdu is deprecated in android API level 23

后端 未结 3 1886
庸人自扰
庸人自扰 2021-01-06 04:12

I am trying to read received SMS using below code, it is working below API level 23, but in API level 23 createFromPdu method is deprecated. In google docs it h

3条回答
  •  [愿得一人]
    2021-01-06 04:27

    You can extract "format" from the intent's extra and pass it to SmsMessage.createFromPdu. The format is added here, just before the dispatch.

提交回复
热议问题