Commit ec660125 by sikang

update

parent 4b1fec1a
...@@ -40,6 +40,7 @@ import tech.starwin.LibConfig; ...@@ -40,6 +40,7 @@ import tech.starwin.LibConfig;
import tech.starwin.utils.LogUtils; import tech.starwin.utils.LogUtils;
import tech.starwin.utils.PreferencesManager; import tech.starwin.utils.PreferencesManager;
import tech.starwin.utils.format_utils.StringFormat; import tech.starwin.utils.format_utils.StringFormat;
import com.common.bean.DisplayBean;
/** /**
* Created by SiKang on 2019-11-15. * Created by SiKang on 2019-11-15.
...@@ -282,8 +283,8 @@ public class DeviceUtils { ...@@ -282,8 +283,8 @@ public class DeviceUtils {
return true; return true;
} }
DisplayBean displayBean = PreferencesManager.get().getCustomerInfo();
return false; return (displayBean!=null && displayBean.isFakeProductFlag());
} }
......
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