[android-developers] Re: [android] app does not show up after wake up

2011-07-08 Thread oochieman
Is your activity still active? You may need an intent to restart it. I did read somewhere that it's not good practice to start an activity from a broadcast receiver. The usual way seems to be to add a notification and let the user choose to start it, like receiving a sms message. I know that if I

[android-developers] Re: [android] app does not show up after wake up

2011-07-07 Thread Jaswant
add the launcher intent filter in your activity which receive broadcast notifications... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this