[android-developers] Re: can an application have more than one icon in the launcher?

2010-09-03 Thread Lance Nanek
Make sure you test starting the app from the after install screen. I've seen crashes there before due to multiple activities with the main action and launcher category. On Aug 30, 10:49 pm, Anil anil.r...@gmail.com wrote: can an application have more than one icon in the launcher? (No, not

[android-developers] Re: can an application have more than one icon in the launcher?

2010-08-30 Thread Nithin
If you change package name in manifest file, you can create two apk with same or different icon.. Nithin On Aug 31, 7:49 am, Anil anil.r...@gmail.com wrote: can an application have more than one icon in the launcher? (No, not plotting any mischief). Was wondering how to do it if the