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

2010-05-03 Thread Anurag Singh
This is typo mistake, I want to say that we can't use intent.getIntent(), This method is depricated now. So, please choose another option like onNewIntent() or sendbrodcast. On Mon, May 3, 2010 at 10:58 AM, Anurag Singh anusingh...@gmail.com wrote: intent.getAction() , This method is

[android-developers] Activity Not coming to foreground

2010-05-02 Thread mike
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, Intent intent) { // TODO Auto-generated method stub

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

2010-05-02 Thread Anurag Singh
intent.getAction() , This method is depricated now. So, please choose another option like onNewIntent() or brodcast. - Anurag Singh On Sun, May 2, 2010 at 6:52 PM, mike hasitharand...@gmail.com wrote: hi guys, i'm getting the outgoing number using BroadCastReceiver and then starts a