Just a follow up - I wrote my own Application class that simply creates an Intent for my activity and launches it with startActivity (intent). No luck. I've played around with the launch flags too thinking it might have something to do with FLAG_ACTIVITY_NEW_TASK. With or without this flag, it doesn't work. Also, I played around with the launchMode attribute in the manifest of my activity without any luck either.
On Dec 3, 10:16 am, Mike <[email protected]> wrote: > 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 theapptray, 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 trackingappfor 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 anappthat I would like to install without having an icon > > > show up in the applicationtray. If I don't specify an icon in my > > > manifest, Android still plops a default icon in thetray. 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

