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?
Open SMS but do not send
Moderator: Martin
Re: Open SMS but do not send
Hi,
How about starting the Flow by opening the sms-messenger and use steering UI to fill with your variables ?
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
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")
Action: andoird.intent.action.VIEW
Data URI: sms:123456
Extras: putString("sms_body", "the sms text")