Last active
December 11, 2015 21:48
-
-
Save MasWag/4664969 to your computer and use it in GitHub Desktop.
sl4a send sms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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