Thanks. That works. BUT... I should have clarified myself a little bit. Not only do I want to prevent the icon from getting placed in the app tray, but I still need the main activity to run and display a message to the user. I suppose I can write my own class that extends Application and create an Intent that shows this Activity in onCreate? I'll give that a try, but if you've got a better idea, please let me know. :)
- Mike On Dec 3, 9:39 am, TreKing <[email protected]> wrote: > Remove the LAUNCHER category from the activity's intent filter in the > manifest. > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered > deviceshttp://sites.google.com/site/rezmobileapps/treking > > On Thu, Dec 3, 2009 at 10:09 AM, Mike <[email protected]>wrote: > > > Hi, > > > I've got an app that I would like to install without having an icon > > show up in the application tray. If I don't specify an icon in my > > manifest, Android still plops a default icon in the tray. How do I > > prevent this? > > > Regards, > > > - Mike > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- 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

