qpython
qpython copied to clipboard
SMS send issue
why does qpython smsSend throws an exception but qpython3 doesn't ? is there a workaround to fix this issue?
my script is simple: from androidhelper import Android droid = Android() droid.smsSend('432432432','Test')
Recently with the new android phone, I have the smsSend issue with qpython3 also. java.lang.NullPointerException: throw with null exception
Android 8.0.0 Sony Xperia XA2, model H3113 kernel 4.4.78-perf+
Same here. With qpython3 it works fine.
Same also. java.lang.NullPointerException: throw with null exception
java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?
java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?
Just open app permission and turn all ON. Qpython needs to have permission for working with sms