Just out of curiosity, is your Activity making use of onNewIntent()? I was curious because I recently worked on an Activity that did, and found that many variables in the Activity were set to null after this method completed. It's almost as if onNewIntent does a quick reset of the instance, which given the nature of onNewIntent could make sense. I might not be 100% accurate in terms of what's going on, but thought perhaps the information could help.
(Note: I think I originally replied only to the author, so I attempted to reconstruct the post as best I could. I apologize if suddenly there are two almost identical posts from me that show up). Christopher -- 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

