File tree Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858"Baidu:2,Gdt:8" ≠ "baidu:2,gdt:8"
5959
6060### 广告切源的逻辑以及实际实现的方式
61- 假如有 BAIDU,GDT,ADVIEW 这三种广告 ( 实际的配置字符串:"baidu:3,gdt:3,adview :4" )
61+ 假如有 BAIDU,GDT,CSJ 这三种广告 ( 实际的配置字符串:"baidu:3,gdt:3,csj :4" )
6262
6363第一次随机到了 GDT,如果 GDT 请求失败,将 GDT 的 key 使用一个通用的字符串替换,再从其他的广告中再随机
6464此时的配置字符串:"baidu:3,HIDE:3,csj:4"
Original file line number Diff line number Diff line change 1414 <uses-permission android : name =" android.permission.GET_TASKS" />
1515 <uses-permission android : name =" android.permission.WAKE_LOCK" />
1616 <uses-permission android : name =" android.permission.ACCESS_COARSE_UPDATES" />
17- <uses-permission android : name =" android.permission.RECORD_AUDIO" />
1817
1918 <application >
2019
21- <!--
22- 科大讯飞
23- -->
24- <meta-data android : name =" IFLYTEK_APPKEY_AD" android : value =" 5c10c38c" />
25-
26- <!-- 项目中报红无影响,必需添加 -->
27- <service
28- android : name =" com.iflytek.voiceads.download.DownloadService"
29- android : stopWithTask =" true" />
30- <!-- 项目中报红无影响,必需添加 -->
31- <activity
32- android : name =" com.iflytek.voiceads.request.IFLYBrowser"
33- android : screenOrientation =" portrait" />
34- <!-- android:authorities="${packageName}.fileprovider",注意fileprovider大小写需严格匹配-->
35- <provider
36- android : name =" .other.IFlyFileProvider"
37- android : authorities =" ${applicationId}.fileprovider"
38- android : exported =" false"
39- android : grantUriPermissions =" true" >
40- <!-- flie_paths 在 res 目录下,直接复制即可 -->
41- <meta-data
42- android : name =" android.support.FILE_PROVIDER_PATHS"
43- android : resource =" @xml/file_paths" />
44- </provider >
45-
4620 <!--
4721 百度
4822 -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments