How Can i INTERCEPT an Incoming SMS With A specific Text

后端 未结 2 1514
难免孤独
难免孤独 2020-12-04 16:10

I want to know about intercepting an incoming sms for a specific key word EX:\"Hi\", so that I can read that sms containing \"Hi\" in it & delete it after reading the ms

2条回答
  •  庸人自扰
    2020-12-04 16:24

    As of Android 4.4, what you ask to do in the question is impossible

    Since Android version 4.4, If your app is not the default messaging app, you won't be able to perform those things promised in the accepted answer. You can neither stop the default messaging app from getting notified, nor you can delete an sms message.

提交回复
热议问题