Android - SMS Broadcast receiver

前端 未结 10 1811
遥遥无期
遥遥无期 2020-11-22 13:04

I have been trying to get this program to work but so far having no luck. I cannot find where I am doing wrong. I\'m not sure if there\'s something wrong with the code, or d

10条回答
  •  攒了一身酷
    2020-11-22 13:49

    For android 19+ you can get it in Telephony.Sms.Intents.SMS_RECEIVED_ACTION). There are more in the Intents class that 're worth looking at

提交回复
热议问题