Android - SMS Broadcast receiver

前端 未结 10 1840
遥遥无期
遥遥无期 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:48

    android.provider.telephony.SMS_RECEIVED is not correct because Telephony is a class and it should be capital as in android.provider.Telephony.SMS_RECEIVED

提交回复
热议问题