Tuesday, August 7, 2012

Re: [android-developers] Re: Back button show old removed dialog

On Tue, Aug 7, 2012 at 8:28 AM, CJ <joven.chiew@gmail.com> wrote:
As for why I can launch multiple instant of the same app I still have no answer

That's how Android works. If your app is started by different means (like from the Launcher or from a notification or another app starts it) it starts a new instance. If you don't want this behavior, use the correct flags when launching the Activity.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment