[android-developers] Re: Activity Not coming to foreground

2010-05-03 Thread mike
hi guys, i think you all are wrong, it works fine i found out the issue. the issue is not with the receive method. the issue was in the activity there i have not set the setContentView(); instead of that i have diaplay a view. anyhow thanks for your comments regards, Ranidka -- You received

[android-developers] Re: Activity Not coming to foreground

2010-05-02 Thread Kumar Bibek
You cannot ... On May 2, 6:22 pm, mike hasitharand...@gmail.com wrote: hi guys, i'm getting the outgoing number using BroadCastReceiver and then starts a Activity. but my activity runs in the background???  how can i bring it to foreground??         public void onReceive(Context context,