Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
9a6bcaa6
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3216
Star
106
Fork
815
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
94
列表
看板
标记
里程碑
合并请求
70
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
94
Issue
94
列表
看板
标记
里程碑
合并请求
70
合并请求
70
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9a6bcaa6
编写于
12月 01, 2021
作者:
S
shutao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
1dcbea8b
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
506 addition
and
375 deletion
+506
-375
docs/app/android-store.md
docs/app/android-store.md
+506
-375
未找到文件。
docs/app/android-store.md
浏览文件 @
9a6bcaa6
### uni-app默认集成功能模块
####
weex
**使用SDK名称:**
阿里weexSDK
**包名信息:**
com.taobao
**使用目的:**
uni-app基础模块默认集成,用于渲染uniapp的nvue页面引擎
**使用的权限:**
```
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAG
```
**涉及个人信息:**
存储的个人文件
**隐私权政策链接:**
[
http://doc.weex.io/zh
](
http://doc.weex.io/zh/
)
***
#### Fresco
**使用SDK名称:**
Fresco图库
**包名信息:**
com.facebook.fresco
**使用目的:**
用于nvue页面加载图片使用
**使用的权限:**
```
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAG
```
**涉及个人信息:**
存储的个人文件
**隐私权政策链接:**
[
https://www.fresco-cn.org/
](
https://www.fresco-cn.org/
)
***
####
Weex
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:15%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
阿里weexSDK
</td>
<td>
com.taobao
</td>
<td>
uni-app基础模块默认集成,用于渲染uniapp的nvue页面引擎
</td>
<td
style=
"font-size:12px"
>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.READ_EXTERNAL_STORAG
</td>
<td>
存储的个人文件
</td>
<td><a
href=
"http://doc.weex.io/zh/"
target=
"_blank"
>
http://doc.weex.io/zh
</a></td>
</tr>
<tr>
<td>
Fresco图库
</td>
<td>
com.facebook.fresco
</td>
<td>
用于nvue页面加载图片使用
</td>
<td
style=
"font-size:12px"
>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.READ_EXTERNAL_STORAG
</td>
<td>
存储的个人文件
</td>
<td><a
href=
"https://www.fresco-cn.org/"
target=
"_blank"
>
https://www.fresco-cn.org/
</a></td>
</tr>
</table>
### UniPush
<a
id=
"push"
></a>
UniPush是DCloud联合个推公司推出的集成型统一推送服务,使用了个推提供的SDK,因此需要在《隐私政策》中添加“个推消息推送SDK”相关说明。
建议《隐私政策》添加 “与授权合作伙伴共享”条款中,将 个推的用户隐私政策 加入其中,并向终端用户逐一明示您嵌入的SDK收集使用个人信息的目的、方式和范围。参考内容如下:
...
...
@@ -44,50 +44,61 @@ UniPush是DCloud联合个推公司推出的集成型统一推送服务,使用
UniPush模块集成的三方SDK说明
**使用SDK名称:**
个推·消息推送
**包名信息:**
com.igexin
**使用目的:**
消息推送(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.READ_PHONE_STATE
android.permission.VIBRATE
android.permission.GET_TASKS
```
**涉及个人信息:**
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络信息
**隐私权政策链接:**
[
http://docs.getui.com/privacy
](
http://docs.getui.com/privacy
)
***
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
个推·消息推送
</td>
<td>
com.igexin
</td>
<td>
消息推送(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.VIBRATE
<br>
android.permission.GET_TASKS
</td>
<td>
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络信息
</td>
<td><a
href=
"http://docs.getui.com/privacy"
target=
"_blank"
>
http://docs.getui.com/privacy
</a></td>
</tr>
</table>
#### HMS push
推送服务(Push Kit)是华为提供的消息推送平台,建立了从云端到终端的消息推送通道。您通过集成推送服务,可以向客户端应用实时推送消息,因此需要在《隐私政策》中添加"HMS push"相关说明。
**使用SDK名称:**
华为 HMS push
**包名信息:**
com.huawei.hms
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
华为 HMS push
</td>
<td>
com.huawei.hms
</td>
<td>
华为手机厂商推送(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.REQUEST_INSTALL_PACKAGES
<br>
android.permission.FOREGROUND_SERVICE
<br>
android.permission.READ_PHONE_STATE
</td>
<td>
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络信息
</td>
<td><a
href=
"https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/privacy-statement-0000001050042021"
target=
"_blank"
>
推送隐私声明
</a></td>
</tr>
</table>
**使用目的:**
华为手机厂商推送(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.REQUEST_INSTALL_PACKAGES
android.permission.FOREGROUND_SERVICE
android.permission.READ_PHONE_STATE
```
**涉及个人信息:**
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络信息
**隐私权政策链接:**
[
https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/privacy-statement-0000001050042021
](
https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/privacy-statement-0000001050042021
)
***
### Statistic
<a
id=
"statistic"
></a>
HX3.1.14+ 友盟SDK已升级到9.3.8版本 适配合规问题
+
当你集成了统计模块。您需要确保App有《隐私政策》,并且在用户首次启动App时就弹出《隐私政策》取得用户同意!!!
...
...
@@ -96,275 +107,395 @@ HX3.1.14+ 友盟SDK已升级到9.3.8版本 适配合规问题
Statistic模块集成的三方SDK说明
**使用SDK名称:**
友盟统计
**包名信息:**
com.uc.crashsdk、com.efs、com.umeng
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
友盟统计
</td>
<td>
com.uc.crashsdk、com.efs、com.umeng
</td>
<td>
统计(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
</td>
<td>
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络信息
</td>
<td><a
href=
"http://docs.getui.com/privacy"
target=
"_blank"
>
http://docs.getui.com/privacy
</a></td>
</tr>
</table>
**使用目的:**
统计(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.READ_PHONE_STATE
```
**涉及个人信息:**
设备信息(IMEI、ANDROID_ID、DEVICE_ID、IMSI)、网络信息
**隐私权政策链接:**
[
https://developer.umeng.com/docs/119267/detail/182050
](
https://developer.umeng.com/docs/119267/detail/182050
)
***
### OAuth、Share、Payment
<a
id=
"oauth"
/>
<a
id=
"payment"
/>
<a
id=
"share"
/>
登录、分享、支付存在引入相同SDK,这里统一进行说明:
#### 微信SDK
**使用SDK名称:**
微信开放平台
**包名信息:**
com.tencent.mm
**使用目的:**
登录、分享、支付(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
```
**涉及个人信息:**
存储的个人文件、网络信息
**隐私权政策链接:**
[
https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy
](
https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy
)
***
#### 新浪微博
**使用SDK名称:**
新浪开放平台
**包名信息:**
com.sina.weibo
**使用目的:**
登录、分享(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
```
**涉及个人信息:**
存储的个人文件、网络信息
**隐私权政策链接:**
[
https://weibo.com/signup/v5/privacy?spm=a1zaa.8161610.0.0.4f8776217Wu8R1
](
https://weibo.com/signup/v5/privacy?spm=a1zaa.8161610.0.0.4f8776217Wu8R1
)
***
#### QQ
**使用SDK名称:**
QQ开放平台
**包名信息:**
com.tencent.open
**使用目的:**
登录、分享(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.MODIFY_AUDIO_SETTINGS
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
```
**涉及个人信息:**
存储的个人文件、读取手机状态和身份、网络信息
**隐私权政策链接:**
[
https://ti.qq.com/agreement/qqface.html?appname=mqq_2019
](
https://ti.qq.com/agreement/qqface.html?appname=mqq_2019
)
***
#### 支付宝
**使用SDK名称:**
支付宝开放平台
**包名信息:**
com.alipay
**使用目的:**
支付(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
```
**涉及个人信息:**
网络信息
**隐私权政策链接:**
[
https://render.alipay.com/p/c/k2cx0tg8
](
https://render.alipay.com/p/c/k2cx0tg8
)
***
#### 一键登录
**使用SDK名称:**
个验一键登录
**包名信息:**
com.g.elogin、com.g.gysdk
**使用目的:**
登录(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.READ_PHONE_STATE
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
```
**涉及个人信息:**
存储的个人文件、读取手机状态和身份、网络信息
**隐私权政策链接:**
[
https://docs.getui.com/privacy/
](
https://docs.getui.com/privacy/
)
***
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
微信开放平台
</td>
<td>
com.tencent.mm
</td>
<td>
登录、分享、支付(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>
存储的个人文件、网络信息
</td>
<td><a
href=
"https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy"
target=
"_blank"
>
微信隐私协议
</a></td>
</tr>
<tr>
<td>
新浪开放平台
</td>
<td>
com.sina.weibo
</td>
<td>
登录、分享(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>
存储的个人文件、网络信息
</td>
<td><a
href=
"https://weibo.com/signup/v5/privacy?spm=a1zaa.8161610.0.0.4f8776217Wu8R1"
target=
"_blank"
>
新浪隐私协议
</a></td>
</tr>
<tr>
<td>
QQ开放平台
</td>
<td>
com.tencent.open
</td>
<td>
登录、分享(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.MODIFY_AUDIO_SETTINGS
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>
存储的个人文件、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://ti.qq.com/agreement/qqface.html?appname=mqq_2019"
target=
"_blank"
>
qq隐私协议
</a></td>
</tr>
<tr>
<td>
支付宝开放平台
</td>
<td>
com.alipay
</td>
<td>
登录、分享(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>
网络信息
</td>
<td><a
href=
"https://render.alipay.com/p/c/k2cx0tg8"
target=
"_blank"
>
支付宝隐私协议
</a></td>
</tr>
<tr>
<td>
个验一键登录
</td>
<td>
com.g.elogin、com.g.gysdk
</td>
<td>
登录(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.READ_PHONE_STATE
<br>
android.permission.READ_EXTERNAL_STORAGE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.CHANGE_NETWORK_STATE
</td>
<td>
存储的个人文件、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://docs.getui.com/privacy/"
target=
"_blank"
>
https://docs.getui.com/privacy/
</a></td>
</tr>
</table>
### Speech
<a
id=
"speech"
/>
Speech模块集成的三方SDK说明
#### 百度语音
**使用SDK名称:**
百度语音识别
**包名信息:**
com.baidu.speech
**使用目的:**
语音识别(请根据具体使用目的填写)
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
百度语音识别
</td>
<td>
com.baidu.speech
</td>
<td>
语音识别(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.RECORD_AUDIO
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.CHANGE_NETWORK_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
</td>
<td>
存储的个人文件、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://ai.baidu.com/ai-doc/REFERENCE/Qkdykq1r3"
target=
"_blank"
>
https://ai.baidu.com/ai-doc/REFERENCE/Qkdykq1r3
</a></td>
</tr>
</table>
**使用的权限:**
```
android.permission.RECORD_AUDIO
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
android.permission.READ_PHONE_STATE
android.permission.WRITE_EXTERNAL_STORAGE
```
**涉及个人信息:**
存储的个人文件、读取手机状态和身份、网络信息
**隐私权政策链接:**
[
https://ai.baidu.com/ai-doc/REFERENCE/Qkdykq1r3
](
https://ai.baidu.com/ai-doc/REFERENCE/Qkdykq1r3
)
***
### Map & Geolocation
<a
id=
"map-amp-geolocation"
/>
Map & Geolocation模块集成的三方SDK说明
#### 高德
**使用SDK名称:**
高德开放平台
**包名信息:**
com.amap.api, com.loc, com.autonavi
**使用目的:**
实现定位/展现地图(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.READ_PHONE_STATE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
```
**涉及个人信息:**
存储的个人文件、位置信息、读取手机状态和身份、网络信息
**隐私权政策链接:**
[
https://lbs.amap.com/agreement/compliance
](
https://lbs.amap.com/agreement/compliance
)
***
#### 百度
**使用SDK名称:**
百度开放平台
**包名信息:**
com.baidu
**使用目的:**
实现定位/展现地图(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.READ_PHONE_STATE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
android.permission.READ_LOGS
android.permission.WRITE_SETTINGS
android.permission.MOUNT_UNMOUNT_FILESYSTEM
```
**涉及个人信息:**
存储的个人文件、位置信息、读取手机状态和身份、网络信息
**隐私权政策链接:**
[
https://map.baidu.com/zt/client/privacy/index.html
](
https://map.baidu.com/zt/client/privacy/index.html
)
***
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
高德开放平台
</td>
<td>
com.amap.api, com.loc, com.autonavi
</td>
<td>
实现定位/展现地图(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_COARSE_LOCATION
<br>
android.permission.ACCESS_FINE_LOCATION
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.CHANGE_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
</td>
<td>
存储的个人文件、位置信息、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://lbs.amap.com/agreement/compliance"
target=
"_blank"
>
https://lbs.amap.com/agreement/compliance
</a></td>
</tr>
<tr>
<td>
百度开放平台
</td>
<td>
com.baidu
</td>
<td>
实现定位/展现地图(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_COARSE_LOCATION
<br>
android.permission.ACCESS_FINE_LOCATION
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.CHANGE_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
<br>
android.permission.READ_LOGS
<br>
android.permission.WRITE_SETTINGS
<br>
android.permission.MOUNT_UNMOUNT_FILESYSTEM
</td>
<td>
存储的个人文件、位置信息、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://map.baidu.com/zt/client/privacy/index.html"
target=
"_blank"
>
https://map.baidu.com/zt/client/privacy/index.html
</a></td>
</tr>
</table>
### uni-AD
<a
id=
"uniAd"
/>
uni-AD广告模块集成的三方SDK说明
|SDK名称|SDK包名/网址|SDK用途|可能获取的个人信息类型|调用的设备权限|SDK隐私政策链接/目的|
|:----|:----|:----|:----|:----|:----
|uni-AD| |基础广告|设备品牌、型号、操作系统版本、OAID、分辨率、IMEI、android ID、SIM 卡 IMSI 信息、应用名称、应用包名、应用版本号、网络信息、应用安装列表、位置信息|获取网络状态、位置信息、访问Wi-Fi状态、读取手机状态和身份|
[
https://doc.dcloud.net.cn/...45ec4be94bc8404/
](
https://doc.dcloud.net.cn/markdown-share-docs/1d821cdd3cdf2681045ec4be94bc8404/
)
|
|推啊| engine.tuifish.com |基础广告|设备品牌、型号、操作系统版本、OAID、分辨率、IMEI、android ID、SIM 卡 IMSI 信息、应用名称、应用包名、应用版本号、网络信息、应用安装列表、位置信息|获取网络状态、位置信息、访问Wi-Fi状态、读取手机状态和身份|
[
https://yun.tuia.cn/tuia/.../index.html
](
https://yun.tuia.cn/tuia/sdk/agreement/index.html
)
|
|快手|com.kwad.sdk|增强广告|IMEI、openid、位置信息|获取网络状态、访问Wi-Fi状态、位置信息、读写外置存储器、读取手机状态和身份|
[
https://www.kuaishou.com/about/policy
](
https://www.kuaishou.com/about/policy
)
|
|优量汇|com.qq.e|增强广告|IMEI、openid、位置信息|获取网络状态、访问Wi-Fi状态、位置信息、读写外置存储器、读取手机状态和身份|
[
https://imgcache.qq.com/..privacy
](
https://imgcache.qq.com/gdt/cdn/adn/uniondoc/ylh_sdk_privacy_statement.html
)
|
|穿山甲|com.bytedance.sdk. openadsdk.adhost|增强广告|IMEI、openid、位置信息|获取网络状态、访问Wi-Fi状态、位置信息、读写外置存储器、读取手机状态和身份|
[
https://www.pangle.cn/privacy/partner
](
https://www.pangle.cn/privacy/partner
)
|
|Sigmob|com.sigmob.windad|增强广告|IMEI、openid、位置信息|获取网络状态、访问Wi-Fi状态、位置信息、读写外置存储器、读取手机状态和身份|
[
https://support.sigmob.com/#/隐私条款/
](
https://support.sigmob.com/#/%E9%9A%90%E7%A7%81%E6%9D%A1%E6%AC%BE/
)
|
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:8%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
SDK包名/网址
</th>
<th
style=
"width:8%"
>
SDK用途
</th>
<th
style=
"width:20%"
>
可能获取的个人信息类型
</th>
<th
style=
"width:25%"
>
调用的设备权限
</th>
<th
style=
"width:20%"
>
信息用途
</th>
<th
style=
"width:10%"
>
SDK隐私政策链接/目的
</th>
</tr>
<tr>
<td>
uni-AD
</td>
<td></td>
<td>
基础广告
</td>
<td
style=
"font-size:12px"
>
设备品牌、型号、操作系统版本、OAID、分辨率、IMEI、android ID、SIM 卡 IMSI 信息、应用名称、应用包名、应用版本号、网络信息、应用安装列表、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.ACCESS_COARSE_LOCATION
</td>
<td>
广告投放合作,广告归因、反作弊、安全
</td>
<td><a
href=
"https://doc.dcloud.net.cn/markdown-share-docs/1d821cdd3cdf2681045ec4be94bc8404/"
target=
"_blank"
>
隐私协议
</a></td>
</tr>
<tr>
<td>
推啊
</td>
<td>
engine.tuifish.com
</td>
<td>
基础广告
</td>
<td
style=
"font-size:12px"
>
设备品牌、型号、操作系统版本、OAID、分辨率、IMEI、android ID、SIM 卡 IMSI 信息、应用名称、应用包名、应用版本号、网络信息、应用安装列表、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.ACCESS_COARSE_LOCATION
</td>
<td
style=
"font-size:12px"
>
识别广告、活动作弊行为;改善 SDK 崩溃率、推送个性化广告;广告投放。
</td>
<td><a
href=
"https://yun.tuia.cn/tuia/sdk/agreement/index.html"
target=
"_blank"
>
推啊隐私协议
</a></td>
</tr>
<tr>
<td>
快手
</td>
<td>
com.kwad.sdk
</td>
<td>
增强1111广告
</td>
<td>
IMEI、openid、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.INTERNET
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.REQUEST_INSTALL_PACKAGES
<br>
android.permission.VIBRATE
</td>
<td>
广告投放、广告归因、反作弊、安全
</td>
<td><a
href=
"https://www.kuaishou.com/about/policy"
target=
"_blank"
>
快手隐私协议
</a></td>
</tr>
<tr>
<td>
快手内容联盟
</td>
<td>
com.kwad.sdk
</td>
<td>
增强广告
</td>
<td>
IMEI、openid、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.INTERNET
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.REQUEST_INSTALL_PACKAGES
<br>
android.permission.VIBRATE
<br>
android.permission.SET_WALLPAPER
<br>
android.permission.READ_EXTERNAL_STORAGE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.ACCESS_COARSE_LOCATION
<br>
android.permission.BLUETOOTH
</td>
<td>
广告投放、广告归因、反作弊、安全
</td>
<td><a
href=
"https://www.kuaishou.com/about/policy"
target=
"_blank"
>
快手内容联盟隐私协议
</a></td>
</tr>
<tr>
<td>
优量汇
</td>
<td>
com.qq.e
</td>
<td>
增强广告
</td>
<td>
IMEI、openid、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.INTERNET
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.REQUEST_INSTALL_PACKAGES
<br>
android.permission.CHANGE_NETWORK_STATE
<br>
android.permission.QUERY_ALL_PACKAGES
<br>
android.permission.REORDER_TASKS
<br>
android.permission.VIBRATE
<br>
android.permission.ACCESS_COARSE_LOCATION
</td>
<td
style=
"font-size:12px"
>
广告投放与监测归因、广告主统计投放结果、减少App崩溃、确保服务器正常运行、提升可扩展性和性能
</td>
<td><a
href=
"https://imgcache.qq.com/gdt/cdn/adn/uniondoc/ylh_sdk_privacy_statement.html"
target=
"_blank"
>
优量汇隐私协议
</a></td>
</tr>
<tr>
<td>
穿山甲
</td>
<td>
com.bytedance.sdk.openadsdk
</td>
<td>
增强广告
</td>
<td>
IMEI、openid、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.WRITE_EXTERNAL_STORAGE
</td>
<td>
广告投放合作、广告归因、反作弊
</td>
<td><a
href=
"https://www.pangle.cn/privacy/partner"
target=
"_blank"
>
穿山甲隐私协议
</a></td>
</tr>
<tr>
<td>
Sigmob
</td>
<td>
com.sigmob.windad
</td>
<td>
增强广告
</td>
<td>
IMEI、openid、位置信息
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.INTERNET
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.CHANGE_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
<br>
android.permission.REQUEST_INSTALL_PACKAGES
<br>
android.permission.QUERY_ALL_PACKAGES
</td>
<td>
广告投放、广告主归因、反作弊
</td>
<td><a
href=
"https://support.sigmob.com/#/%E9%9A%90%E7%A7%81%E6%9D%A1%E6%AC%BE/"
>
Sigmob隐私协议
</a></td>
</tr>
</table>
### 腾讯x5内核
**使用SDK名称:**
腾讯浏览服务SDK
**包名信息:**
com.tencent.tbs、com.tencent.smtt
**使用目的:**
x5内核渲染webview(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.READ_PHONE_STATE
```
**涉及个人信息:**
存储的个人文件、读取手机状态和身份、网络信息
<a
id=
"e885bee8aeafx5e58685e6a0b8"
/>
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:15%"
>
使用目的
</th>
<th
style=
"width:30%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
腾讯浏览服务SDK
</td>
<td>
com.tencent.tbs、com.tencent.smtt
</td>
<td>
x5内核渲染webview(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.WRITE_EXTERNAL_STORAGE
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
<br>
android.permission.READ_PHONE_STATE
</td>
<td>
存储的个人文件、读取手机状态和身份、网络信息
</td>
<td><a
href=
"https://x5.tencent.com/docs/privacy.html"
target=
"_blank"
>
https://x5.tencent.com/docs/privacy.html
</a></td>
</tr>
</table>
**隐私权政策链接:**
[
https://x5.tencent.com/docs/privacy.html
](
https://x5.tencent.com/docs/privacy.html
)
***
### Contacts
<a
id=
"Contacts"
/>
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作。通过plus.contacts获取系统通讯录管理对象。
**使用SDK名称:**
Contacts
**包名信息:**
io.dcloud.feature.contacts
**使用目的:**
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.GET_ACCOUNTS
android.permission.WRITE_CONTACTS
android.permission.READ_CONTACTS
```
**涉及个人信息:**
获取联系人信息
**隐私权政策链接:**
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
***
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:25%"
>
使用目的
</th>
<th
style=
"width:20%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
Contacts
</td>
<td>
io.dcloud.feature.contacts
</td>
<td>
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.GET_ACCOUNTS
<br>
android.permission.WRITE_CONTACTS
<br>
android.permission.READ_CONTACTS
</td>
<td>
获取联系人信息
</td>
<td>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</tr>
</table>
### Messaging
<a
id=
"Messaging"
/>
<table
style=
"word-break:break-all"
>
<tr>
<th
style=
"width:10%"
>
SDK名称
</th>
<th
style=
"width:10%"
>
包名信息
</th>
<th
style=
"width:25%"
>
使用目的
</th>
<th
style=
"width:20%"
>
使用的权限
</th>
<th
style=
"width:20%"
>
涉及个人信息
</th>
<th
style=
"width:10%"
>
隐私权政策链接
</th>
</tr>
<tr>
<td>
Messaging
</td>
<td>
io.dcloud.feature.messagings
</td>
<td>
管理设备通讯功能,可用于短信、彩信、邮件发送等(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.RECEIVE_SMS
<br>
android.permission.SEND_SMS
<br>
android.permission.WRITE_SMS
<br>
android.permission.READ_SMS
</td>
<td>
读写短信、彩信、邮件
</td>
<td>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</tr>
</table>
**使用SDK名称:**
Messaging
**包名信息:**
io.dcloud.feature.messaging
**使用目的:**
管理设备通讯功能,可用于短信、彩信、邮件发送等(请根据具体使用目的填写)
**使用的权限:**
```
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.WRITE_SMS
android.permission.READ_SMS
```
**涉及个人信息:**
读写短信、彩信、邮件
**隐私权政策链接:**
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
***
如果您的应用使用了依赖三方SDK的模块也需要将其合规条款添加到《隐私政策》中
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录