How to disable a message notification in android via program?
Does anyone know how to disable a message not开发者_如何转开发ification except from message setting, so the message isn't shown in the status bar ? Thanks.
Use abortBroadcast()
in onReceive()
of broadcast receiver.
精彩评论