When I start the SMS application using the following methods -- everything works fine up until the point where the message is sent. When I send the message -- it never navig
As soon as the activity that you have started is finished, the onActivityResult() method in your first activity is called. That's why you should overwrite onActivityResult() in your first activity and handle there the activities that are finished.