Android Question Consume Incomming SMS Notification / Alert Only

mangojack

Well-Known Member
Licensed User
Longtime User
Currently using smsInterceptor to intercept incoming sms messages. I am aware that returning ' True ' in the MessageReceived event stops the message being handled by the default messaging app.

Is it possible to ONLY cancel the notification / alert of incoming messages by the default messenger app,
but still have the sms message body accepted by the default messenger as per normal ?

Regards
 
Top