Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • V VOD_Android_SDK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CCVideo
  • VOD_Android_SDK
  • Wiki
  • 6.Q&A

6.Q&A · Changes

Page history
Updated 6.Q&A (markdown) authored Aug 23, 2019 by Han Ruisong's avatar Han Ruisong
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 10 deletions
+1 -10
  • 6.Q&A.md 6.Q&A.md +1 -10
  • No files found.
6.Q&A.md
View page @ ec6d6ced
......@@ -26,7 +26,7 @@
在AndroidManifest.xml文件下进行以下配置,适配Android 9.0及以上系统。
```
1.添加android:usesCleartextTraffic="true"
添加android:usesCleartextTraffic="true"
<application
android:name="com.bokecc.sdk.mobile.demo.drm.DemoApplication"
......@@ -36,13 +36,4 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
2.添加如下配置
<application>
...
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
...
</application>
```
\ No newline at end of file
Clone repository
  • 1.概述
  • 10.合规指南
  • 2.开发准备
  • 3.快速集成
  • 4.功能使用
  • 5.如何使用SDK Demo
  • 6.Q&A
  • 7.更新日志
  • 8.升级指南
  • 9.错误码
  • README
  • Home
  • 合规指南