开发者

How to notify the service provider to block/unblock the incoming SMS programatically in android?

开发者 https://www.devze.com 2023-04-03 06:16 出处:网络
I want to notify t开发者_开发知识库he service provider to block and unblock the incoming SMS. Is it possible to do this programtically?Your asking a service to automatically notify the service provide

I want to notify t开发者_开发知识库he service provider to block and unblock the incoming SMS. Is it possible to do this programtically?


Your asking a service to automatically notify the service provider to block or unblock sms from a number. NO that is not possible. Though it is possible for you to specify that number and send it to the service provider.

Next alternative is to block the sms from your mobile phone itself. This would be operator independent and would only hide the message from the blocked number.

0

精彩评论

暂无评论...
验证码 换一张
取 消