On Sun, Oct 31, 2010 at 11:51 AM, rrd <[email protected]> wrote:
> Yes the receiver calls startActivity().

Then don't do that, since the complete and entire purpose of that is
to put the activity in the foreground, which you do not want.

> I think sending broadcast
> would not help me as the message already sent and received by the
> receiver.

Send a different broadcast, targeted to your activity. Or register the
first BroadcastReceiver via registerReceiver() from the activity in
the first place.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to