Android:finish activity before launching third party intent?

I have a simple activity from which I call the default SMS app intent. I would like my activity to fully end after (or before) the next intent is handled. I tried calling finish(); or return; in onStop.

The problem is that the next time I launch my activity (app) it goes back to the sms app. It's as if the task never end because it is waiting for a result from an activity I have no control of.

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