1.解决开机无网络跟开机首次失败相冲突问题,Service由MXQ_4K代码替换

This commit is contained in:
2026-03-16 08:45:54 +08:00
parent 283099c7e8
commit 2e6bf877fe

View File

@@ -73,7 +73,7 @@ public class SystemService extends Service implements AppnetCallback, NetStateCh
// 上次网络触发请求的时间戳(毫秒)
private long lastNetTriggerTime = 0L;
// 网络请求最小间隔60秒
private static final long NET_REQUEST_INTERVAL = 8*60*60 * 1000;
private static final long NET_REQUEST_INTERVAL = 10*60 * 1000;
private static final long FIVE_MINUS_DELAY=5*60 * 1000;
private static final long ONE_HOUR_DELAY= 60 * 60 * 1000;