DroidBy wrote:
> When onActivityResult(int, int, Intent)  will be called?
>
> I notice this is not called when I call finish(); on the activity that
> I start with startActivityForResult (Intent intent, int requestCode).
>
> Does it means the activity is not exit even I call finish() on it?

did you call setResult(int) in your child Activity?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to