[android-developers] Re: Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-11 Thread String
A couple of things to keep in mind: First, launcher icons are simply shortcuts to intents, and these intents point to specific activities, not to your app as a whole. In the case of your main launcher icon, the one in the app drawer, the target activity is the one in your manifest with this

[android-developers] Re: Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-11 Thread kaciula
Check out my answer (kaciula user) on this issue on stackoverflow.com: http://stackoverflow.com/questions/3042420/home-key-press-behaviour/4782423#4782423 I've filed a bug on b.android.com a couple of months ago but the bug report is still unnoticed. On Apr 9, 9:14 am, Tony Chuinard