On Thu, May 27, 2010 at 4:20 PM, Rico <[email protected]> wrote: > When you say "default", do you mean it's the default setting in the app > being launched, or the app that is launching? >
Default behavior for the Android system. Unless otherwise specified via launch mode flags, different intents result in different instances of an Activity, AFAIK. I've played around with launcher code samples that others have posted, and they don't do that. Example: http://github.com/commonsguy/cw-advandroid/tree/master/Introspection/Launchalot/ Don't do what? Result in different instances? I highly doubt you ran this from the Android Market or from the notification area, so how could you tell? I can see why the notification bar needs to behave differently from other > launch points, but it seems me that the Market should not behave this way. I don't know, I didn't make the Market app =P ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

