标签: android python sl4a qpython qpython3
最近我为自己挑战:在我的机器人上使用qpython3制作一个时钟。当我“告诉”它每秒打印当前时间时,脚本工作正常,但是当我“告诉”它发出通知时,每秒都会弹出很多不同的通知。 我正在使用以下代码弹出通知:
import androidhelper droid = androidhelper.Android() droid.notify("a", "b")
我想要以下三种可能性中的一种来解决我的问题:
答案 0 :(得分:0)
您可以使用pyjnius并编写Java脚本来执行您想要的操作。 我不认为androidhelper API可以为你做这个。