BuWanVideo/AndroidManifest.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo/src/com/weikou/beibeivideo/ui/mine/PPTVPlayFragment.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BuWanVideo/AndroidManifest.xml
@@ -122,6 +122,7 @@ <activity android:name="com.weikou.beibeivideo.ui.media.VideoDetailActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:hardwareAccelerated="true" android:label="@string/app_name" android:screenOrientation="portrait" android:theme="@style/AppTabTheme2" @@ -130,6 +131,7 @@ <activity android:name="com.weikou.beibeivideo.ui.media.VideoDetailActivity2" android:configChanges="orientation|screenSize|keyboardHidden" android:hardwareAccelerated="true" android:label="@string/app_name" android:screenOrientation="portrait" android:theme="@style/AppTabTheme2" @@ -305,7 +307,7 @@ android:value="570f28a578d6e12cba6f7f200b8d1c83"></meta-data> <meta-data android:name="UMENG_CHANNEL" android:value="qq"></meta-data> android:value="huawei"></meta-data> <provider BuWanVideo/src/com/weikou/beibeivideo/ui/mine/PPTVPlayFragment.java
@@ -738,7 +738,10 @@ } if (state.isShowInterstitialAd()) showInterstitialAd(); startPlayAd(); if (state.isShowPreVideoAd()) startPlayAd(); else adPlayFinish(); } } else { if (AdUtil.isGetPPTVNoAdReward(BeibeiVideoApplication.application)) { @@ -1072,6 +1075,15 @@ private Integer playPosition; //是否显示插屏广告 private boolean showInterstitialAd; private boolean showPreVideoAd; public boolean isShowPreVideoAd() { return showPreVideoAd; } public void setShowPreVideoAd(boolean showPreVideoAd) { this.showPreVideoAd = showPreVideoAd; } public boolean isShowInterstitialAd() { return showInterstitialAd;