【发布时间】:2014-02-21 17:50:12
【问题描述】:
我一直在查看文档,有时onStartCommand() 返回START_NOT_STICKY,有时它返回以下内容:
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
// TODO Auto-generated method stub
return super.onStartCommand(intent, flags, startId);
}
我现在很困惑为什么有些服务会返回super.onStartCommand(intent, flags, startId);
【问题讨论】: