Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
程序yang
unidocs-zh
提交
3ea3938d
U
unidocs-zh
项目概览
程序yang
/
unidocs-zh
与 Fork 源项目一致
Fork自
DCloud / unidocs-zh
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
3ea3938d
编写于
12月 01, 2021
作者:
S
shutao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
1d58671a
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
275 addition
and
274 deletion
+275
-274
docs/app/android-store.md
docs/app/android-store.md
+275
-274
未找到文件。
docs/app/android-store.md
浏览文件 @
3ea3938d
### uni-app默认集成功能模块
### uni-app默认集成功能模块
#### 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>
<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>
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>
<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>
<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
### UniPush
<a
id=
"push"
></a>
<a
id=
"push"
></a>
UniPush是DCloud联合个推公司推出的集成型统一推送服务,使用了个推提供的SDK,因此需要在《隐私政策》中添加“个推消息推送SDK”相关说明。
建议《隐私政策》添加 “与授权合作伙伴共享”条款中,将 个推的用户隐私政策 加入其中,并向终端用户逐一明示您嵌入的SDK收集使用个人信息的目的、方式和范围。参考内容如下:
...
...
@@ -45,63 +45,64 @@ UniPush是DCloud联合个推公司推出的集成型统一推送服务,使用
`消息推送服务供应商:由每日互动股份有限公司提供推送技术服务,我们可能会将您的设备平台、设备厂商、设备品牌、设备识别码等设备信息,应用列表信息、网络信息以及位置相关信息提供给每日互动股份有限公司,用于为您提供消息推送技术服务。我们在向您推送消息时,我们可能会授权每日互动股份有限公司进行链路调节,相互促活被关闭的SDK推送进程,保障您可以及时接收到我们向您推送的消息。详细内容请访问《个推用户隐私政策》(需将《个推用户隐私政策》超链至:http://docs.getui.com/privacy)`
。
UniPush模块集成的三方SDK说明
<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>
<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>
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.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>
<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"相关说明。
<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>
<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>
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.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>
<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>
</table>
### Statistic
### Statistic
<a
id=
"statistic"
></a>
<a
id=
"statistic"
></a>
HX3.1.14+ 友盟SDK已升级到9.3.8版本 适配合规问题
...
...
@@ -110,136 +111,136 @@ HX3.1.14+ 友盟SDK已升级到9.3.8版本 适配合规问题
+
您务必确保用户同意《隐私政策》之后。再调用相关api!!!!
Statistic模块集成的三方SDK说明
<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>
<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>
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.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>
<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>
### OAuth、Share、Payment
### OAuth、Share、Payment
<a
id=
"oauth"
/>
<a
id=
"payment"
/>
<a
id=
"oauth"
/>
<a
id=
"payment"
/>
<a
id=
"share"
/>
登录、分享、支付存在引入相同SDK,这里统一进行说明:
<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>
<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>
com.tencent.mm
</td>
<td>
登录、分享、支付(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_NETWORK_STATE
<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>
存储的个人文件、网络信息
</td>
</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>
<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说明
#### 百度语音
#### 百度语音
<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>
<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>
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.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>
<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>
...
...
@@ -247,58 +248,58 @@ Speech模块集成的三方SDK说明
### Map & Geolocation
<a
id=
"map-amp-geolocation"
/>
Map & Geolocation模块集成的三方SDK说明
<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>
<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>
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_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>
<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"
/>
</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说明
...
...
@@ -317,23 +318,23 @@ uni-AD广告模块集成的三方SDK说明
<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
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>
<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
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>
...
...
@@ -343,13 +344,13 @@ uni-AD广告模块集成的三方SDK说明
<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
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>
...
...
@@ -359,18 +360,18 @@ uni-AD广告模块集成的三方SDK说明
<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>
<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
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>
...
...
@@ -380,16 +381,16 @@ uni-AD广告模块集成的三方SDK说明
<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>
<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
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>
...
...
@@ -399,10 +400,10 @@ uni-AD广告模块集成的三方SDK说明
<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
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>
...
...
@@ -412,74 +413,74 @@ uni-AD广告模块集成的三方SDK说明
<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>
<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>
</table>
### 腾讯x5内核
<a
id=
"e885bee8aeafx5e58685e6a0b8"
/>
### 腾讯x5内核
<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>
<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>
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.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>
<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>
### Contacts
### Contacts
<a
id=
"Contacts"
/>
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作。通过plus.contacts获取系统通讯录管理对象。
<a
id=
"Contacts"
/>
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作。通过plus.contacts获取系统通讯录管理对象。
<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>
<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>
io.dcloud.feature.contacts
</td>
<td>
管理系统通讯录,用于可对系统通讯录进行增、删、改、查等操作(请根据具体使用目的填写)
</td>
<td
style=
"font-size:12px"
>
android.permission.GET_ACCOUNTS
<br>
android.permission.WRITE_CONTACTS
<br>
android.permission.GET_ACCOUNTS
<br>
android.permission.WRITE_CONTACTS
<br>
android.permission.READ_CONTACTS
</td>
<td>
获取联系人信息
</td>
<td>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</td>
<td>
获取联系人信息
</td>
<td
style=
"font-size:12px"
>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</tr>
</table>
...
...
@@ -488,24 +489,24 @@ uni-AD广告模块集成的三方SDK说明
<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>
<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>
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.RECEIVE_SMS
<br>
android.permission.SEND_SMS
<br>
android.permission.WRITE_SMS
<br>
android.permission.READ_SMS
</td>
<td>
读写短信、彩信、邮件
</td>
<td>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</td>
<td>
读写短信、彩信、邮件
</td>
<td
style=
"font-size:12px"
>
(宿主根据APP自身逻辑 自行填写相关隐私政策信息)
</td>
</tr>
</table>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录