admin
2024-09-13 23cb5200b7a8fb57af5e8006612181bae9c0c95d
BuWanVideo/src/com/weikou/beibeivideo/util/ad/AdUtil.java
@@ -73,7 +73,7 @@
                JSONObject object = new JSONObject(config);
                object = object.optJSONObject(position.getPositionName());
                if (object != null)
                    if (AndroidManifestUtil.isHuaWeiChannel(context)){
                    if (AndroidManifestUtil.isHuaWeiChannel(context)&&false){
                        return AD_TYPE.hw;
                    }else {
                        return AD_TYPE.valueOf(object.optString("type"));
@@ -84,7 +84,7 @@
                return null;
            }
        } else {
            if (AndroidManifestUtil.isHuaWeiChannel(context)) {
            if (AndroidManifestUtil.isHuaWeiChannel(context)&&false) {
                return AD_TYPE.hw;
            } else {
                return AD_TYPE.gdt;