标签: python android ase
我正在使用带有python(ASE)的android脚本环境,我想在脚本终止时终止执行脚本的shell。 有没有办法做到这一点?
我已尝试在最后一行执行: os.system('kill%d'%os.getppid())
但无济于事。
答案 0 :(得分:1)
您应该使用android.exit()。
android.exit()
答案 1 :(得分:0)
我的猜测是上面的答案应该是android.Android().exit()
android.Android().exit()