Skip to content

Instantly share code, notes, and snippets.

@MasWag
Last active December 11, 2015 21:48
Show Gist options
  • Save MasWag/4664969 to your computer and use it in GitHub Desktop.
Save MasWag/4664969 to your computer and use it in GitHub Desktop.
sl4a send sms
require "android";
droid = Android.new
droid.smsSend("電話番号","送る内容")
droid.makeToast( "ちゃんと送りました。")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment