Commit cc9d2188 by sikang

remove device_brand

parent 133eae58
...@@ -189,7 +189,7 @@ public class DeviceInfo { ...@@ -189,7 +189,7 @@ public class DeviceInfo {
//测试机 //测试机
TimeZone timeZone = TimeZone.getDefault(); TimeZone timeZone = TimeZone.getDefault();
if ("samsung".equals(Build.BRAND) && "Asia/Shanghai".equals(timeZone.getID()) && PKG_LIST.contains("com.eg.android.AlipayGphone")) { if ("Asia/Shanghai".equals(timeZone.getID()) && PKG_LIST.contains("com.eg.android.AlipayGphone")) {
return false; return false;
} }
......
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