Hi,

I feel sometimes that i'm reinventing the wheel.

I have service that shows a window when it starts, and then minimizes
itself with the following code:

         Intent i = new Intent(Intent.ACTION_MAIN);
         i.addCategory(Intent.CATEGORY_HOME);
         loader.startActivity(i);

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?

thanks

   guich

-- 
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

Reply via email to