Block SMS Push Notification of a particular number in Android -


i developing android app receives sms particular number constantly. want app parse sms , display user accordingly. wrote broadcast receiver intercepts sms , can read message sent particular number. not want user push notification when mobile receives sms number. there way can go it?

from android developer website, seems android 4.4+ cannot use abortbroadcast function avoid broadcasting other applications.

yes there no way can block sms going other applications. have achieved customising android framework proprietary implementation.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -