ScheduledExecutorService计划无效

时间:2012-04-10 15:11:01

标签: android

我有运行下一个代码的服务:

ScheduledExecutorService timer ;
timer = Executors.newScheduledThreadPool(1);
timer.schedule(new MyTimerTask(), 15*60, TimeUnit.SECONDS);
But from some reason it is not working.

有没有人有任何想法? 非常感谢, 可人

1 个答案:

答案 0 :(得分:0)

注意确保在执行之前没有销毁ScheduledExecutorService引用持有者对象