> If I understand you correctly, you just need to call Activity.getIntent > () within Activity.onCreate().
Thing is that onCreate does not get called. That activity starts, resume gets called. At the point when resume gets called the intent has changed from my intent with extras to the MAIN/LAUNCHER intent. I have a more detailed description of what is going on in the beginner group - here ... http://groups.google.com/group/android-beginners/browse_thread/thread/363ef9d6a59670 I am really stuck - and may be trying to do something that Android is not meant to do. I have spent way too much time trying to solve this riddle. Thanks, j --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

