> 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.
Fortunately, that's not possible. The only way the user will be able to launch your application is if you put an icon in the launcher. > I suppose I can write my own class that extends Application and > create an Intent that shows this Activity in onCreate? Except that your Application will never run unless it is launched, and the first launch has to be by the user. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

