[android-developers] passing intents

2009-03-30 Thread provoca...@msn.com
I'm launching a new activity and trying to pass an intent as data along, so i can stopService a service that i launched with the intent im trying to pass. I see there is a putExtras(Intent src), but i dont think that is what im looking for. Anyone know how to pass an intent without using static va

[android-developers] passing intents

2009-03-30 Thread max
how do you pass an intent from a service to a new activity launched from a main activity ? there's a passextra( intent src ); but i dont think thats what im looking for ? activity main > start service( intent wuteverserviceintent ); activity main > start activity( intent newactivityintent );