Re: [android-developers] BroadcastReceiver onReceive startActivity Issue

2010-12-09 Thread TreKing
On Tue, Dec 7, 2010 at 2:37 PM, Sunil wrote: > Any help to resolve this issue would be very most appreciated. I'd assume new task would work. Try CLEAR_TOP and / or REORDER_TO_FRONT? - TreKing

[android-developers] BroadcastReceiver onReceive startActivity Issue

2010-12-08 Thread Sunil
Hello, I am trying to start an Activity (say A) from BroadcastReceiver onReceive method. Most of the time activity (A) is started as expected but some times Activity (B) is displayed which is already in the background (last shown activity). Not sure why Activity B is being displayed instead of Act