Here's what I found. Launching the app from Eclipse is different than launching from the app drawer: the intent has special flags.
That is why, with "standard" launch mode, a new instance was launched : intents did not match. Solution : standard mode, and run the app from the app drawer :) -- 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

