version:2.2

fix:
add:增加ai健康白名单
This commit is contained in:
2022-06-14 18:12:58 +08:00
parent 7e95fd1181
commit f95650b05b
5 changed files with 7 additions and 5 deletions

View File

@@ -140,9 +140,9 @@ public class NetInterfaceManager {
private final ConcurrentHashMap<String, Long> requestIdsMap = new ConcurrentHashMap<>();
//超时时间
private static int timeOut = 5;
private static final int timeOut = 5;
// 缓存文件最大限制大小20M
private static long cacheSize = 1024 * 1024 * 64;
private static final long cacheSize = 1024 * 1024 * 64;
public static final String CUSTOM_REPEAT_REQ_PROTOCOL = "MY_CUSTOM_REPEAT_REQ_PROTOCOL";
private NetInterfaceManager(Context context) {

View File

@@ -78,6 +78,7 @@ public class JGYUtils {
this.add("com.jiaoguanyi.store");
this.add("com.uiui.appstore");
this.add("com.uiui.browser");
this.add("com.uiui.health");
this.add("com.uiui.os");
this.add("com.uiui.aios");
this.add("com.uiui.sn");

View File

@@ -1281,6 +1281,7 @@ public class Utils {
this.add("com.uiui.os");
this.add("com.uiui.aios");
this.add("com.uiui.browser");
this.add("com.uiui.health");
}};