Sink or resend android received broadcast?

The solution was to set a hight priority for the receiver and call abortBroadcast.

This will only work if the intent has been sent with Context. SendOrderedBroadcast as per developer.android.com/reference/android/...) So, you have to check with the broadcast you want to handle. Cheers Jerome.

You are right. I didn't bother with that in my answer because the Receiver in question ( for new sms ) is an OrderedBroadcast. – lawal May 10 at 6:14.

In my application I want to count the number of SMS sent every predefined time interval. If its not possible to listen to sent sms, can anyone share code to count SMS and for specified time for example last 30 minutes.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions