[android-developers] Re: How to know if child activity exit by unexpected exception (onActivityResult() is not called)

2010-07-15 Thread irbaboon
I have exactly the same problem as you. And I made the same hack. It works fine for the cases when the started activity crashes. However, there is another case when onActivityResult() is broken: -limit the number of process to 1 in dev setting -start your activity -let your activity call

[android-developers] Re: How to know if child activity exit by unexpected exception (onActivityResult() is not called)

2010-06-29 Thread Alexey Kryshen
On Jun 28, 7:37 pm, TreKing treking...@gmail.com wrote: On Wed, Jun 23, 2010 at 7:57 AM, Alexey Kryshen a.krys...@gmail.com wrote: 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