On Fri, May 4, 2012 at 3:11 PM, guich <[email protected]> wrote: > I have service that shows a window when it starts, >
Why? This is usually not a nice thing to do to a user. Use a notification instead. > The service wakes itself at some time later, when it receives > something from socket. How can i bring it back to the top and show to > the user? > Use the same intent you used to show it in the first place. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

