1.解决开机无网络跟开机首次失败相冲突问题,Service由MXQ_4K代码替换
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user