RE: [android-developers] Multi instance of app launch from status bar notification.

2010-05-12 Thread Mark
-developers] Multi instance of app launch from status bar notification. Thanks, resolved as your solution. (singleTask) Ming. 2010/5/12 TreKing treking...@gmail.com On Tue, May 11, 2010 at 4:18 AM, yangm yangm...@gmail.com wrote: It's seem like two my-app in window stack. but my expect is one app

[android-developers] Multi instance of app launch from status bar notification.

2010-05-11 Thread yangm
When My app started, show a notification. then pull down the status bar, click this notification, the app UI showed. But when I press back button, the my-app disappeard, and the other my-app show on top window, press back button again, get the home screen. It's seem like two my-app in window

Re: [android-developers] Multi instance of app launch from status bar notification.

2010-05-11 Thread TreKing
On Tue, May 11, 2010 at 4:18 AM, yangm yangm...@gmail.com wrote: It's seem like two my-app in window stack. *but my expect is one app instance.* Launching from home screen is different than launching from the status bar - different intents thus different instances of the activity. Look at and

Re: [android-developers] Multi instance of app launch from status bar notification.

2010-05-11 Thread yangm
Thanks, resolved as your solution. (singleTask) Ming. 2010/5/12 TreKing treking...@gmail.com On Tue, May 11, 2010 at 4:18 AM, yangm yangm...@gmail.com wrote: It's seem like two my-app in window stack. *but my expect is one app instance.* Launching from home screen is different than