1.广告位上报接口和对已上报进行Sharedference存储

2.对广告位更新资源对Sharedference进行清除
This commit is contained in:
2025-11-21 19:29:53 +08:00
parent 7c9a2c44fd
commit ecdbb788f5
12 changed files with 402 additions and 4 deletions

View File

@@ -289,4 +289,9 @@ public class DownLoadManeger {
}
}
};
public boolean checkTaskQueueClear(){
LogUtils.loge("checkTaskQueueClear() size="+TaskQueue.getInstance().getAllTask().size());
return TaskQueue.getInstance().size()==0;
}
}