On Thu, Oct 25, 2012 at 3:28 AM, Archana <[email protected]>wrote:

> Basically, I want my service to wait till the result from activity B is
> obtained. Please give me some idea of how this implementation can be
> done(and which flag to set in intent)?


There isn't really a concept of "start activity for result" from a Service.
What you can do is restart the Service after the Activity Result with a new
Action type or flag within the Intent to indicate that it's for processing
a result.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to