privacyPolicyHtml/public/DRH_privacy_third_hans.html

466 lines
18 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>DRH 三方SDK说明</title>
<style>
:root {
font-size: calc(100vw / 7.5);
}
body {
font-family: "Microsoft JhengHei", Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
color: #333;
max-width: 100%;
overflow-x: hidden;
font-size: 16px;
box-sizing: border-box;
}
.back {
position: fixed;
top: 10px;
left: 10px;
z-index: 1000;
background: rgba(255,255,255,0.9);
padding: 5px 10px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.back a {
color: #2c3e50;
text-decoration: none;
margin: 0 5px;
font-size: 14px;
}
.language-switcher {
position: fixed;
top: 10px;
left: 60px;
z-index: 1000;
background: rgba(255,255,255,0.9);
padding: 5px 10px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-decoration: none;
}
.language-switcher a {
color: #2c3e50;
text-decoration: none;
margin: 0 5px;
font-size: 14px;
}
.language-switcher_s {
text-decoration: underline;
}
.language-switcher a:hover {
text-decoration: underline;
}
h1, h2, h3 {
color: #2c3e50;
}
h1 {
font-size: 24px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-top: 40px;
}
h2 {
font-size: 20px;
margin-top: 30px;
}
h3 {
font-size: 18px;
margin-top: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
word-break: break-word;
table-layout: fixed;
}
table, th, td {
border: 1px solid #ddd;
}
th, td {
padding: 10px;
text-align: left;
word-wrap: break-word;
}
th {
background-color: #f2f2f2;
}
.update-date {
text-align: right;
color: #333333;
margin-top: 40px;
}
.title {
display: flex;
justify-content: center;
text-align: center;
}
.footer{
color: transparent;
}
ul, ol {
padding-left: 20px;
}
/* 移動端適配 */
@media screen and (max-width: 480px) {
:root {
font-size: calc(100vw / 3.75);
}
body {
padding: 10px;
font-size: 14px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
th, td {
padding: 8px 5px;
font-size: 14px;
}
table {
display: block;
overflow-x: auto;
}
}
</style>
</head>
<body>
<!-- 多语言切换按钮 -->
<div class="back">
<div class="back">
<!-- <a href="DRH_privacy_en.html"><</a> -->
<a href="javascript:history.back(-1)"><</a>
</div>
</div>
<!-- <div class="language-switcher">
<a href="DRH_privacy_third_hans.html">简体</a> |
<a href="DRH_privacy_third_hant.html">繁體</a> |
<a href="DRH_privacy_third_en.html">English</a>
</div> -->
<div class="update-date">最后更新日期:2025年4月18日</div>
<h1><span class="title">《集成第三方SDK说明》</span></h1>
<p>为保障部分独立功能的实现使您能够使用和享受更多的服务及功能我们会在应用中嵌入第三方的SDK我们将审慎评估该等SDK的使用目的请您理解第三方SDK的功能和服务是不断更新和发展的其处理的数据类型等内容可能会因为功能或策略调整存在一定的变化请以第三方公示的有关个人信息的介绍为准。</p>
<p>以下是我们接入的主要的第三方服务商的信息:</p>
<table>
<tr>
<th>SDK 名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
<th>隐私权政策链接/官网</th>
</tr>
<tr>
<td>阿里 weex SDK</td>
<td>com.taobao</td>
<td>uni-app基础模块默认集成,用于渲染uniapp的nvue页面引擎</td>
<td>android.permission.WRITE_EXTERNAL_STORAGE<br>android.permission.READ_EXTERNAL_STORAGE</td>
<td>存储的个人文件</td>
<td>https://weexapp.com/zh/</td>
</tr>
<tr>
<td>Fresco图库</td>
<td>com.facebook.fresco</td>
<td>用于nvue页面加载图片使用</td>
<td>android.permission.WRITE_EXTERNAL_STORAGE<br>android.permission.READ_EXTERNAL_STORAGE</td>
<td>存储的个人文件</td>
<td>https://www.fresco-cn.org/</td>
</tr>
<tr>
<td>glide图库</td>
<td>com.bumptech.glide</td>
<td>用于图片预览使用</td>
<td>android.permission.WRITE_EXTERNAL_STORAGE<br>android.permission.READ_EXTERNAL_STORAGE</td>
<td>存储的个人文件</td>
<td>http://bumptech.github.io/glide/</td>
</tr>
<tr>
<td>gif-drawable</td>
<td>pl.droidsonroids.gif</td>
<td>加载gif图</td>
<td>android.permission.WRITE_EXTERNAL_STORAGE<br>android.permission.READ_EXTERNAL_STORAGE</td>
<td>存储文件</td>
<td>https://github.com/koral--/android-gif-drawable</td>
</tr>
<tr>
<td>fastjson</td>
<td>com.alibaba.fastjson</td>
<td>JSON解析</td>
<td></td>
<td></td>
<td>https://github.com/alibaba/fastjson</td>
</tr>
<tr>
<td>移动安全联盟 OAID</td>
<td>com.bun.miitmdid、com.zui.opendeviceidlibrary、com.netease.nis、com.samsung.android、com.huawei.hms</td>
<td>获取oaid</td>
<td></td>
<td>设备信息</td>
<td>http://www.msa-alliance.cn/col.jsp?id=122</td>
</tr>
</table>
<h3>3.1.1关于移动安全联盟 OAID</h3>
<p>移动智能终端补充设备标识体系与SDK隐私合规问题</p>
<p>移动智能终端补充设备标识体系与SDK严格遵守我国《网络安全法》、《数据安全法》和《电信和互联网用户个人信息保护规定》等相关法律法规和《信息安全技术个人信息安全规范》等国家标准要求。SDK不会主动收集任何数据只在APP调用时获取以下数据用于本地判断不会进行任何网络传输:</p>
<ul>
<li>设备制造商、设备型号、设备品牌,用于判断终端调用接口</li>
<li>设备网络运营商名称,用于判断虚拟机环境</li>
<li>APP包名用于校验签名</li>
</ul>
<h3>3.2 UniPush</h3>
<p>UniPush是DCloud联合个推公司推出的集成型统一推送服务使用了个推提供的SDK消息推送服务供应商:由每日互动股份有限公司提供推送技术服务我们可能会将您的设备平台、设备厂商、设备品牌、设备识别码等设备信息应用列表信息、网络信息以及位置相关信息提供给每日互动股份有限公司用于为您提供消息推送技术服务。我们在向您推送消息时我们可能会授权每日互动股份有限公司进行链路调节相互促活被关闭的SDK推送进程保障您可以及时接收到我们向您推送的消息。详细内容请访问《个推用户隐私政策》(需将《个推用户隐私政策》超链至:http://docs.getui.com/privacy)。</p>
<h3>3.2.1模块集成的三方SDK说明</h3>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
<th>隐私权政策链接</th>
</tr>
<tr>
<td>个推·消息推送</td>
<td>com.igexin</td>
<td>用于实现对手机等设备进行消息推送</td>
<td>
android.permission.ACCESS_NETWORK_STATE<br>
android.permission.ACCESS_WIFI_STATE<br>
android.permission.READ_PHONE_STATE<br>
android.permission.WRITE_EXTERNAL_STORAGE<br>
android.permission.VIBRATE<br>
android.permission.GET_TASKS<br>
android.permission.QUERY_ALL_PACKAGES
</td>
<td>存储的个人文件、设备信息(IMEI、MAC、ANDROID_ID、DEVICE_ID、IMSI)、应用已安装列表、网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
<td>http://docs.getui.com/privacy</td>
</tr>
</table>
<p>注意:unipush配置了以下厂商推送</p>
<h3>3.2.2 HMS push</h3>
<p>推送服务(PushKit)是华为提供的消息推送平台,建立了从云端到终端的消息推送通道。通过集成推送服务,可以向客户端应用实时推送消息,因此需要在《隐私政策》中添加"HMS push"相关说明。</p>
<table>
<tr>
<th>SDK 名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
</tr>
<tr>
<td>华为HMS push</td>
<td>com.huawei.hms</td>
<td>用于实现对HUAWEI平台的手机进行消息推送</td>
<td>
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)、应用已安装列表、网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
</tr>
</table>
<h3>3.2.3魅族 Flyme push</h3>
<p>魅族推送服务是由魅族公司为开发者提供的消息推送服务,开发者可以向集成了魅族pushSDK的客户端实时地推送通知或者消息与用户保持互动提高活跃率因此需要在《隐私政策》中添加"Flyme push"相关说明。</p>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
</tr>
<tr>
<td>魅族Flyme push</td>
<td>com.meizu.cloud</td>
<td>用于实现对Flyme平台的手机进行消息推送</td>
<td>
android.permission.INTERNET<br>
android.permission.ACCESS_NETWORK_STATE<br>
android.permission.READ_EXTERNAL_STORAGE
</td>
<td>网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)、存储的个人文件</td>
</tr>
</table>
<h3>3.2.4 OPPO push</h3>
<p>推送服务(OPPOPUSH)是OPPO公司向开发者提供的消息推送服务,通过服务端与OS端建立的一条稳定、可靠的长连接通道向OPPO手机系统(ColorOS)上的APP应用客户端实时推送消息的服务。无论应用进程是否存在均可正常收到消息。因此需要在《隐私政策》中添加"OPPO push"相关说明。</p>
<h3>3.2.5 vivo push</h3>
<p>vivo推送(即Vpush)是vivo公司向开发者提供的消息推送服务通过在云端与客户端之间建立一条稳定、可靠的长连接为开发者提供向客户端应用实时推送消息的服务支持百亿级的通知/消息推送,秒级触达移动用户,因此需要在《隐私政策》中添加"vivo push"相关说明。</p>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
</tr>
<tr>
<td>vivo push</td>
<td>com.vivo.push</td>
<td>用于实现对VIVO平台的手机进行消息推送</td>
<td>android.permission.INTERNET</td>
<td>网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
</tr>
</table>
<h3>3.2.6小米 MiPush</h3>
<p>小米推送(MiPush)是小米公司向开发者提供的消息推送服务,通过在云端与客户端之间建立一条稳定、可靠的长连接,为开发者提供向客户端应用实时推送消息的服务,有效地帮助开发者触达用户提升App活跃度因此需要在《隐私政策》中添加"小米push"相关说明。</p>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
</tr>
<tr>
<td>MiPush</td>
<td>com.xiaomi.push</td>
<td>用于实现对XIAOMI平台的手机进行消息推送</td>
<td>
android.permission.INTERNET<br>
android.permission.ACCESS_NETWORK_STATE<br>
android.permission.VIBRATE
</td>
<td>网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
</tr>
</table>
<h3>3.3 Statistic</h3>
<p>Statistic模块集成的三方SDK说明</p>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
<th>隐私权政策链接</th>
</tr>
<tr>
<td>友盟统计</td>
<td>com.uc.crashsdk、com.efs、com.umeng</td>
<td>用于统计分析应用性能稳定性等数据,用于提升用户体验</td>
<td>
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)、应用已安装列表、网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
<td>https://www.umeng.com/page/policy</td>
</tr>
</table>
<h3>3.4 App内权限使用</h3>
<h3>3.4.1 OAuth、Share登录、分享SDK说明</h3>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
<th>隐私权政策链接</th>
</tr>
<tr>
<td>微信开放平台</td>
<td>com.tencent.mm</td>
<td>登录(目前仅安卓平台和鸿蒙,如鸿蒙支持的情况)、分享</td>
<td>
android.permission.ACCESS_NETWORK_STATE<br>
android.permission.ACCESS_WIFI_STATE
</td>
<td>存储的个人文件、网络相关信息(WLAN接入点(如SSID、BSSID)、IP地址、基站、蓝牙、网络运营商、网络状态、类型、接入方式、网络参数、网络状态)</td>
<td>微信隐私协议</td>
</tr>
</table>
<h3>3.4.2 Bluetooth(低功耗蓝牙)</h3>
<table>
<tr>
<th>SDK名称</th>
<th>包名信息</th>
<th>使用目的</th>
<th>使用的权限</th>
<th>涉及个人信息</th>
</tr>
<tr>
<td>Bluetooth</td>
<td>io.dcloud.feature.bluetooth</td>
<td>访问蓝牙设备,包括搜索、连接,获取智能穿戴设备的数据进行健康相关数据的测量、记录、显示和统计,为您提供丰富的健康服务。
<p>以下两种权限在 targetSdkVersion 31及以上才需要</p>
<ul>
<li>android.permission.BLUETOOTH_SCAN</li>
<li>android.permission.BLUETOOTH_CONNECT</li>
</ul>
</td>
<td>
android.permission.ACCESS_FINE_LOCATION<br>
android.permission.ACCESS_COARSE_LOCATION<br>
android.permission.BLUETOOTH<br>
android.permission.BLUETOOTH_ADMIN<br>
android.permission.BLUETOOTH_SCAN<br>
android.permission.BLUETOOTH_CONNECT
</td>
<td>访问蓝牙设备、位置信息,连接指环等智能穿戴设备,获取穿戴数据展示给用户看</td>
</tr>
</table>
<div class="footer">
<p>© 2025 DRH App 版权所有</p>
</div>
</body>
</html>