我正在尝试使用busybox在启动时运行脚本,但我已经读过我的cron版本不支持@reboot。我需要使用cron而不是以其他方式运行脚本。有没有一种替代方案可以让它在启动时使用crond和crontab运行?
答案 0 :(得分:0)
protected void onPostExecute(Void aVoid) {
super.onPostExecute(aVoid);
if(isError)
CreateOKDialog("Error cancelling trip");
else {
CreateOKDialog("Trip cancelled");
startActivity(new Intent(trip.this, login.class));
}
}
(并将脚本放在@reboot
中)在Busybox中实现 /etc/init.d/local
。