I cannot find a way to dismiss the SMS screen/activity after sending SMS successfully.
At the moment i can send SMS, but to come back to my app i have to press back.
I want the SMS screen to be dismissed AND control to come to my app automatically after sending the SMS.
This is the code i am using:
Uri uri = Uri.parse("smsto:" + "074********; 074********");
Intent smsSIntent = new Intent(Intent.ACTION_SENDTO, uri);
smsSIntent.putExtra("sms_body", "iconference sms");
startActivity(smsSIntent);
Aucun commentaire:
Enregistrer un commentaire