Hello!

I have faced with issue about startActivityForResult() and
onActivityResult(). If child activity started by the
startActivityForResult() exit by unexpected exception the
onActivityResult() is not called and I have no any ideas how can I
handle this to get application working in a fail-safe manner ?

When my code runs child activity with startActivityForResult() it
awaits until onActivityResult() will be invoked to get working
further, but onActivityResult() is not calling and my code is "hang-
up" (logically).

So the question is how can I handle all possible ways the child
activity is finished (normally and by unexpected exception) to get
fail-safe code ?

I have check the documentation for this issue but have found nothing
relating issue.

Thanks in advance!

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