Android: startActivityForResult not calling onActivityResult?

After you call startActivityForResult(listenIntent, 500); In the com.custom. Returnresultaction class, are you including this code? SetResult(RESULT_CANCELED, i); or setResult(RESULT_OK, i); and call finish(); You need to set the result and call finish().

Yes, if you look at the onUnbind method this code is called. DoUnbindService() is called on the superclass which then calls onUnbind() (I have verified this because the log message is caled). The data is not null so setResult is called and then finish is inevitably called.

– m3hughes Oct 27 at 18:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions