修复无法直接下载最新版本的问题

This commit is contained in:
hyb1996
2018-07-11 17:59:04 +08:00
parent f78f569461
commit 5251028b0b
10 changed files with 91 additions and 191 deletions

View File

@@ -236,14 +236,6 @@
</intent-filter>
</receiver>
<!-- 声明广告SDK所需要的组件 -->
<service
android:name="com.qq.e.comm.DownloadService"
android:exported="false"/>
<activity
android:name="com.qq.e.ads.ADActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"/>
</application>
</manifest>