Hello,

In main Activity, I called startActivityForResult(intentB, 100) to start a
new activity B, then in B, I called startActivity(intentC) to start another
activity C. Lastly I wanted to call finishActivity(100) in C to close
activity B, but seemed it was not successfully destoried(I can use BACK key
to see it's still there.).

Anyone can give advice of this?

Thanks,
Bob

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