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
It is possible. Just need to add the following extra to your intent:
sendIntent.putExtra("exit_on_sent", true);