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.


Comments

Post a Comment

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -