I have listed all the incoming msgs in a LIstView and then showing user details of msgs on tap of particular msg. Now I want one more addon feature that the messages should be stopped from going into inbox.
I have used abortBroadcast()
,but still it is not working.
Please help me out as I am new to android programming.