Skip to content

Commit

Permalink
【ID869532311】App数据隐私合规检测风险问题修复-修改选择家庭地址的权限时提示文案显示错误。
Browse files Browse the repository at this point in the history
http://tapd.oa.com/NEW_IOT/prong/stories/view/1020393192869532311

Change-Id: Ib7e11560977da20336575e8867f3241268e3b44f
  • Loading branch information
SundoggyNew committed Nov 29, 2021
1 parent 6f481ff commit 963afa8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void autoLocate(String address) {
return;
}
if (permissionDialog == null) {
permissionDialog = new PermissionDialog(this, R.mipmap.permission_location ,getString(R.string.permission_location_lips), getString(R.string.permission_location_ssid));
permissionDialog = new PermissionDialog(this, R.mipmap.permission_location ,getString(R.string.permission_location_lips), getString(R.string.permission_location_ssid_map));
permissionDialog.show();
}
requestPermission(permissions);
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-en-rUS/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@
<string name="permission_storage">In order to use the real-time voice/video call function of the device and record the operation log, Tencent LLink needs to obtain the following permissions:</string>
<string name="permission_storage_lips">· Storage (log)</string>
<string name="permission_location_ssid">In order to facilitate the automatic acquisition of the WiFi name of the current mobile phone connection when configuring the network for the device, and send the WiFi information to the device to complete the network configuration, Tencent LLink needs to obtain the following permissions:</string>
<string name="permission_location_ssid_map">In order to provide you with precise positioning service, it is convenient to set the home location to obtain weather service, Tencent LLink needs to obtain the following permissions:</string>
<string name="permission_location_lips">· GPS location</string>
<string name="permission_sms">In order to make it easier for you to automatically obtain the verification code when you register or log in, Tencent LLink needs to obtain the following permissions:</string>
<string name="permission_sms_lips">· SMS</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@
<string name="permission_storage">为了使用设备的实时语音/视频通话功能,记录运行日志,因此腾讯连连需获取以下权限:</string>
<string name="permission_storage_lips">· 存储(日志)</string>
<string name="permission_location_ssid">为了便于给设备配网时,自动获取当前手机连接的WiFi名称,向设备发送WiFi信息完成配网,因此腾讯连连需获取以下权限:</string>
<string name="permission_location_ssid_map">为了给您提供精确定位服务,便于设置家庭位置获取天气服务,因此腾讯连连需获取以下权限:</string>
<string name="permission_location_lips">· GPS 定位</string>
<string name="permission_sms">为了方便您注册或登录时自动获取验证码,因此腾讯连连需获取以下权限:</string>
<string name="permission_sms_lips">· 短信</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@
<string name="permission_storage">为了使用设备的实时语音/视频通话功能,记录运行日志,因此腾讯连连需获取以下权限:</string>
<string name="permission_storage_lips">· 存储(日志)</string>
<string name="permission_location_ssid">为了便于给设备配网时,自动获取当前手机连接的WiFi名称,向设备发送WiFi信息完成配网,因此腾讯连连需获取以下权限:</string>
<string name="permission_location_ssid_map">为了给您提供精确定位服务,便于设置家庭位置获取天气服务,因此腾讯连连需获取以下权限:</string>
<string name="permission_location_lips">· GPS 定位</string>
<string name="permission_sms">为了方便您注册或登录时自动获取验证码,因此腾讯连连需获取以下权限:</string>
<string name="permission_sms_lips">· 短信</string>
Expand Down

0 comments on commit 963afa8

Please sign in to comment.