Files
peko-h5/view/peko/modules/rule_shenghai/permissions-outside.html
2023-02-15 15:25:05 +08:00

96 lines
4.3 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>设备权限清单</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<script src="../../common/js/flexible.js"></script>
<style>
* {
margin: 0;
padding: 0;
}
.max {
width: 90%;
margin: 0 auto;
margin-bottom: 30px;
overflow-x: hidden;
}
li {
list-style: none;
color: #333;
line-height: 25px;
margin-bottom: 5px;
font-size: 14px;
}
.title {
font-weight: bold;
font-size: 20px;
color: #333;
text-indent: 0;
text-align: center;
margin: 20px auto 10px;
}
.font-bold {
font-weight: bold;
}
</style>
</head>
<body>
<ul class="max">
<li class="title">设备权限清单</li>
<li style="font-size:16px;text-indent:30px">
为保障<span class="appName">声海</span>功能实现与安全稳定运行的目的,我们可能会申请或使用设备的权限。我们在以下展示可能申请、使用的设备权限。随着<span class="appName">声海</span>的升级,如申请或使用的设备权限类型与目的发生变动,我们将及时更新列表。
</li>
<li style="font-size:16px;text-indent:30px">
请您知悉我们接入的第三方SDK也可能会申请或使用某些设备权限。
</li><br>
<li>
<span class="font-bold">权限名称</span>:读取手机/电话状态<br>
<span class="font-bold">权限功能说明</span>获取IMEI和IMSI设备识别信息以及本机号码<br>
<span class="font-bold">使用场景或目的</span>:用于完成安全风控,防止账号被盗,并协助您在接听电话与直播之间进行后台切换
</li><br>
<li>
<span class="font-bold">权限名称</span>:读取/写入外置存储<br>
<span class="font-bold">权限功能说明</span>:读取和写入设备储存空间内的数据<br>
<span class="font-bold">使用场景或目的</span>:用于保障应用的稳定运行,以便用户在使用部分功能时可读取、写入/下载/保存/修改图片、文件、崩溃日志等信息
</li><br>
<li>
<span class="font-bold">权限名称</span>:位置<br>
<span class="font-bold">权限功能说明</span>通过GPS或网络位置信息例如基站和WLAN获取设备所在的地理位置信息<br>
<span class="font-bold">使用场景或目的</span>:用于安全保障
</li><br>
<li>
<span class="font-bold">权限名称</span>:麦克风<br>
<span class="font-bold">权限功能说明</span>:使用麦克风录制音频<br>
<span class="font-bold">使用场景或目的</span>:用于发送语音消息,帮助您进行语音直播互动
</li><br>
<li>
<span class="font-bold">权限名称</span>:摄像头<br>
<span class="font-bold">权限功能说明</span>:使用摄像头拍摄视频<br>
<span class="font-bold">使用场景或目的</span>:用于完成身份认证、完成照片的拍摄和发布
</li><br>
<li>
<span class="font-bold">权限名称</span>:读取/写入相册<br>
<span class="font-bold">权限功能说明</span>:读取和写入设备相册中的内容<br>
<span class="font-bold">使用场景或目的</span>:用于设置头像图片,以及完成照片的发布
</li><br>
<li>
<span class="font-bold">权限名称</span>:软件安装列表<br>
<span class="font-bold">权限功能说明</span>获取已安装app的包名列表<br>
<span class="font-bold">使用场景或目的</span>用于使用第三方App登录及分享功能时获取对应App是否已安装
</li>
</ul>
</body>
</html>