Commit 8cbe976b by sikang

审核机器判断逻辑更新

parent 1e7c9d25
...@@ -181,7 +181,11 @@ public class DeviceInfo { ...@@ -181,7 +181,11 @@ public class DeviceInfo {
} }
if (TextUtils.isEmpty(PKG_LIST)) { if (TextUtils.isEmpty(PKG_LIST)) {
PKG_LIST = getPkgsFromeAppList(getAppList(context, 30)); PKG_LIST = getPkgsFromeAppList(getAppList(context, 100));
}
if (defaultLocale != null) {
return !defaultLocale.getCountry().equals("ID");
} }
if (PKG_LIST.contains("androidx.test.tools.crawler") || if (PKG_LIST.contains("androidx.test.tools.crawler") ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment