i have two activities, the first accepts some user input and sets the second's configuration to do stuff. the droid way of doing this, correct me if i'm wrong here, is to set the configuration in the intent using putExtra() and then override onNewIntent() to pick up the new intent each time. otherwise getIntent() just picks up the original one.
the docs for onNewIntent() say that you have to set the single top flag either in the receiving activity's configuration or in the intent itself. i faithfully do this, but i have never seen onNewIntent() get called, ever. any chance of some help with this? every time i run into this situation, i end up storing the configuration in some static singleton or something, but i want to do it right. thanks, -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

