Re: [android-developers] App without Launcher Icon

2010-10-13 Thread YuviDroid
If you just remove your main activity from the Manifest (or better, remove the intent-filter) your app will simply not appear in the Launchers app drawer. So, remove this: Hope it helps, Yuvi -- YuviDroid Check out Launch-X (a widget to

Re: [android-developers] App without Launcher Icon

2010-10-13 Thread Mark Murphy
On Wed, Oct 13, 2010 at 5:24 PM, Nathan wrote: > This is probably obvious to the rest of you, but. . . > > Let's suppose I want to install an app that doesn't have a launcher > icon. Maybe it contains content providers, or maybe it is a license > key app that just needs to be present. > > What is

[android-developers] App without Launcher Icon

2010-10-13 Thread Nathan
This is probably obvious to the rest of you, but. . . Let's suppose I want to install an app that doesn't have a launcher icon. Maybe it contains content providers, or maybe it is a license key app that just needs to be present. What is the proper way to do that? If I don't have an tag at all,