this like is the key <category android:name="android.intent.category.LAUNCHER" /> in your AndroidManifest.xml, for each one an icon will appear in the launcher.
-Dan On Mar 6, 2:54 am, Mariano Kamp <[email protected]> wrote: > AFAIK There is one icon per launchable activity. > > How many activities do you have? Do more than one of them declare themselves > as launchable like you can see below? > > <intent-filter> > <action > android:name="android.intent.action.MAIN" /> > <category > android:name="android.intent.category.LAUNCHER" /> > </intent-filter> > > On Fri, Mar 6, 2009 at 10:35 AM, zeeshan <[email protected]> wrote: > > > Hi , > > > i am trying to run Android application directly from eclipse to on my > > G1 device, its runs fine but it shows application icon for each > > activity. > > > i need only one application icon in my installed application lists. > > > any solution? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

