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
Post a Comment