hi, I have a service running that throws a broadcast when something happens. In another activity i have set up a broadcast receiver that catch this message and wakes up the screen and do some stuff. The thing is that everything works perfect until i push the home button. If i do so, the service keeps on its duty and throws its message for the broadcast to receive it. It executes the wake up code so my screen turns on, but i see the mobile desktop, not my app running. Nothing but my desktop. Its like i have to load my layout or something on the onstart...
Does the onstop method unload the setcontentview call that i did on the oncreate??? Please help me... -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en