开发者

Disable notification of incoming/outgoing SMS in android

开发者 https://www.devze.com 2023-01-10 04:35 出处:网络
Is it possible to disable SMS received and send notification in status 开发者_StackOverflow社区bar ??

Is it possible to disable SMS received and send notification in status 开发者_StackOverflow社区bar ?? What is the procedure to do this ?


For a reliable solution, see this: Can we delete an SMS in Android before it reaches the inbox?


Small hack, get the incoming message and number using a broadcastReceiver and put it somewhere(put it in the Log.d() to check) then this.abortBroadcast();

0

精彩评论

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