Page 1 of 1

Open SMS but do not send

Posted: 01 Mar 2013 13:42
by autozoid
Hello.
I can use the "Send SMS" action to automatically send an SMS, but I'd like to have a shortcut that opens the built-in SMS app,
- with a new SMS addressed to a particular number
- input some standard text
- then wait for me to complete the text message and manually press send.

Samsung GSII, Android 4.0.4

Any suggestions?

Re: Open SMS but do not send

Posted: 01 Mar 2013 17:39
by inReinbek
Hi,
How about starting the Flow by opening the sms-messenger and use steering UI to fill with your variables ?

Re: Open SMS but do not send

Posted: 04 Mar 2013 07:58
by Martin
You can also use an action Start Activity with following settings (only tested on the stock messaging app):
Action: andoird.intent.action.VIEW
Data URI: sms:123456
Extras: putString("sms_body", "the sms text")