User Tools

Site Tools


intents:sms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

intents:sms [2022/03/22 12:58]
al4he6 created
intents:sms [2022/04/02 15:51] (current)
al4he6
Line 1: Line 1:
 Use this function to open the Message app passing across the phone number and message Use this function to open the Message app passing across the phone number and message
 <code> <code>
-function(msg, number) {+function sendsms(msg, number) {
    app.SendIntent(null, null, "android.intent.action.SENDTO", null,    app.SendIntent(null, null, "android.intent.action.SENDTO", null,
       'smsto:' + number, null, JSON.stringify([{       'smsto:' + number, null, JSON.stringify([{
intents/sms.txt ยท Last modified: 2022/04/02 15:51 by al4he6