admin
2024-10-30 4c44b1036ff555e63a9a8b027dbe89d0b08a430b
BuWanVideo/src/com/weikou/beibeivideo/util/ad/FullVideoAdManager.java
@@ -51,11 +51,10 @@
    private void loadCSJ(final Context context, final IFullVideoAdListener adListener) {
        int w = DimenUtils.getScreenWidth(context);
        int h = DimenUtils.getScreenHeight(context);
        String channel = AndroidManifestUtil.getChannel(context);
        String pid =AndroidManifestUtil.isVIVOChannel(context)?CSJConstant.VIDEO_DETAIL_INTERSTITIALAD_VIVO : CSJConstant.VIDEO_DETAIL_INTERSTITIALAD;
        if ("huawei".equalsIgnoreCase(channel)) {
            pid = "948943768";
        }
        String pid =CSJConstant.VIDEO_DETAIL_INTERSTITIALAD;
//        if ("huawei".equalsIgnoreCase(channel)) {
//            pid = "948943768";
//        }
        AdSlot adSlot = new AdSlot.Builder()