android - Send SMS QPython -
so rather new q python , android scripting , stuck trying test out sending text messages. have done other simple things. here code below. actual script has own number in trying send message self. getting error saying null pointer exception whenever run it. ideas or inputs great! have tried using both android library , andoridhelper library.
import androidhelper droid = androidhelper.android() droid.smssend("123456789", "test")
i think qpython doesn't contain permission of send_sms, maybe can try in qpython3.
How to run this....?
ReplyDelete