privacyPolicyHtml/public/DRH_privacy_third_hant.html

314 lines
12 KiB
HTML
Raw 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-HK">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>附件1第三方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">
<!-- <a href="DRH_privacy_hant.html"><</a> -->
<a href="javascript:history.back(-1)"><</a>
</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><a href="https://weexapp.com/zh/">https://weexapp.com/zh/</a></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><a href="https://www.fresco-cn.org/">https://www.fresco-cn.org/</a></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><a href="http://bumptech.github.io/glide/">http://bumptech.github.io/glide/</a></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><a href="https://github.com/koral--/android-gif-drawable">https://github.com/koral--/android-gif-drawable</a></td>
</tr>
<tr>
<td>fastjson</td>
<td>com.alibaba.fastjson</td>
<td>JSON解析</td>
<td></td>
<td></td>
<td><a href="https://github.com/alibaba/fastjson">https://github.com/alibaba/fastjson</a></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><a href="http://www.msa-alliance.cn/col.jsp?id=122">http://www.msa-alliance.cn/col.jsp?id=122</a></td>
</tr>
</table>
<h2>3.1.1 關於流動安全聯盟OAID</h2>
<p>流動智能終端補充設備標識體系與SDK嚴格遵守我國《網絡安全法》、《數據安全法》和《電信和互聯網用戶個人資訊保護規定》等相關法律法規和《資訊安全技術個人資訊安全規範》等國家標準要求。SDK不會主動收集任何數據只在APP調用時獲取以下數據用於本地判斷不會進行任何網絡傳輸</p>
<ul>
<li>設備製造商、設備型號、設備品牌,用於判斷終端調用接口</li>
<li>設備網絡營運商名稱,用於判斷虛擬機環境</li>
<li>APP包名用於校驗簽名</li>
</ul>
<h2>3.2 UniPush</h2>
<p>UniPush是DCloud聯合個推公司推出的集成型統一推送服務使用了個推提供的SDK訊息推送服務供應商由每日互動股份有限公司提供推送技術服務我們可能會將您的設備平台、設備廠商、設備品牌、設備識別碼等設備資訊應用列表資訊、網絡資訊以及位置相關資訊提供給每日互動股份有限公司用於為您提供訊息推送技術服務。我們在向您推送訊息時我們可能會授權每日互動股份有限公司進行鏈路調節相互促活被關閉的SDK推送進程保障您可以及時接收到我們向您推送的訊息。詳細內容請訪問《個推用戶隱私政策》。</p>
<h2>3.2.1 模組集成的第三方SDK說明</h2>
<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</td>
<td>儲存的個人檔案、設備資訊(IMEI、MAC、ANDROID_ID、DEVICE_ID、IMSI)、應用已安裝列表、網絡相關資訊(WLAN接入點(如SSID、BSSID)、IP位址、基站、藍牙、網絡營運商、網絡狀態、類型、接入方式、網絡參數、網絡狀態)</td>
<td><a href="http://docs.getui.com/privacy">http://docs.getui.com/privacy</a></td>
</tr>
</table>
<h2>3.2.2 HMS push</h2>
<p>推送服務(PushKit)是華為提供的訊息推送平台,建立了從雲端到終端的訊息推送通道。通過集成推送服務,可以向客戶端應用實時推送訊息,因此需要在《隱私政策》中添加"HMS push"相關說明。</p>
<h2>3.2.3 魅族Flyme push</h2>
<p>魅族推送服務是由魅族公司為開發者提供的訊息推送服務開發者可以向集成了魅族pushSDK的客戶端實時地推送通知或者訊息與用戶保持互動提高活躍率因此需要在《隱私政策》中添加"Flyme push"相關說明。</p>
<h2>3.2.4 OPPO push</h2>
<p>推送服務(OPPOPUSH)是OPPO公司向開發者提供的訊息推送服務通過服務端與OS端建立的一條穩定、可靠的長連接通道向OPPO手機系統(ColorOS)上的APP應用客戶端實時推送訊息的服務。無論應用進程是否存在均可正常收到訊息。因此需要在《隱私政策》中添加"OPPO push"相關說明。</p>
<h2>3.2.5 vivo push</h2>
<p>vivo推送(即Vpush)是vivo公司向開發者提供的訊息推送服務通過在雲端與客戶端之間建立一條穩定、可靠的長連接為開發者提供向客戶端應用實時推送訊息的服務支持百億級的通知/訊息推送,秒級觸達流動用戶,因此需要在《隱私政策》中添加"vivo push"相關說明。</p>
<h2>3.2.6 小米MiPush</h2>
<p>小米推送(MiPush)是小米公司向開發者提供的訊息推送服務通過在雲端與客戶端之間建立一條穩定、可靠的長連接為開發者提供向客戶端應用實時推送訊息的服務有效地幫助開發者觸達用戶提升App活躍度因此需要在《隱私政策》中添加"小米push"相關說明。</p>
<h2>3.3 Statistic</h2>
<p>Statistic模組集成的第三方SDK說明</p>
<h2>3.4 App內權限使用</h2>
<p>3.4.1 OAuth、Share、登入、分享存在引入相同SDK這裡統一進行說明</p>
<h2>3.4.2 Bluetooth(低功耗藍牙)</h2>
<table>
<tr>
<th>SDK名稱</th>
<th>包名資訊</th>
<th>使用目的</th>
<th>使用的權限</th>
<th>涉及個人資訊</th>
<th>隱私權政策連結</th>
</tr>
<tr>
<td>Bluetooth</td>
<td>io.dcloud.feature.bluetooth</td>
<td>存取藍牙設備,包括搜尋、連接,獲取智能穿戴設備的數據進行健康相關數據的測量、記錄、顯示和統計,為您提供豐富的健康服務。</td>
<td>android.permission.ACCESS_FINE_LOCATION<br>android.permission.ACCESS_COARSE_LOCATION</td>
<td>存取藍牙設備、位置資訊,連接指環等智能穿戴設備,獲取穿戴數據展示給用戶看</td>
<td></td>
</tr>
</table>
</body>
</html>