Skip to content

Instantly share code, notes, and snippets.

@mmb
Created July 2, 2012 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmb/3036389 to your computer and use it in GitHub Desktop.
Save mmb/3036389 to your computer and use it in GitHub Desktop.
SL4A Lua script to send SMS from Llama
-- SL4A Lua script to send SMS from Llama
-- Llama action is "Run App Shortcut" / Scripts
require "android"
android.smsSend("3155551212", "I have left work")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment