some additional details in case someone here does not go there ...from
logcat ...
Starting activity: Intent { comp={com.blah.blahs/com.blah.blahs.Blahs}
(has extras) } << *** notice ... this is my intent called from the
status bar ***
startActivity called from non-Activity context; forcing
Intent.FLAG_ACTIVITY_NEW_TASK for: Intent {
comp={com.blah.blahs/com.blah.blahs.Blahs} (has extras) } << *** does
this message mean my intent has been overridden? ***
RESUMED CALLED
Intent { action=android.intent.action.MAIN
categories={android.intent.category.LAUNCHER} flags=0x10200000
comp={com.blah.blahs/com.blah.blahs.Blahs} } << ** this is what
appears when I call getIntent() under onResume, no more extras ...
looks like intent got changed
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---