http://groups.google.com/group/android-developers/browse_thread/thread/d97938299660f501/8afafd1b56e646e2?lnk=raot http://www.mail-archive.com/android-developers@googlegroups.com/msg34374.html 위 문제의 해결책 TabActivity 안에 Tab Content로 A Activity 가 있다고 할때 어떤 Caller Activity에서 startActivityOnResult() 로 TabActivity를 호출한 뒤 A Activity에서 아래와 같이 종료하면 (TabActivity가 종료됨) setResult(RESULT_OK, intent); finish()..