From 2bae85ea81f2db5b92a5166f5790ee389d47583d Mon Sep 17 00:00:00 2001 From: zwx1066281 Date: Tue, 8 Feb 2022 10:41:21 +0800 Subject: [PATCH] remove one permission Signed-off-by: zwx1066281 --- systemres/main/config.json | 9 --------- systemres/main/resources/base/element/string.json | 8 -------- systemres/main/resources/zh_CN/element/string.json | 8 -------- 3 files changed, 25 deletions(-) diff --git a/systemres/main/config.json b/systemres/main/config.json index 2c6a182..5d758f6 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -333,15 +333,6 @@ "label": "$string:ohos_lab_write_media", "description": "$string:ohos_desc_write_media" }, - { - "name": "com.huawei.permission.DISTRIBUTED_VIRTUALDEVICE", - "grantMode": "user_grant", - "availableLevel": "normal", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "$string:ohos_lab_distributed_virtualdevice", - "description": "$string:ohos_desc_distributed_virtualdevice" - }, { "name": "ohos.permission.ENROLL_BIOMETRIC", "grantMode": "system_grant", diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 9f765ae..74ec053 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -232,14 +232,6 @@ "name": "ohos_desc_write_media", "value": "Allows an application to read and write media files, such as video and audio clips and images." }, - { - "name": "ohos_lab_distributed_virtualdevice", - "value": "Discover devices for multi-device collaboration" - }, - { - "name": "ohos_desc_distributed_virtualdevice", - "value": "Allows an application to discover and access other devices in multi-device collaboration." - }, { "name": "ohos_lab_enroll_biometric", "value": "Manage biological features" diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index b993141..92580a5 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -224,14 +224,6 @@ "name": "ohos_desc_write_media", "value": "应用读写用户媒体文件,如视频、音频、图片等,需要申请此权限。" }, - { - "name": "ohos_lab_distributed_virtualdevice", - "value": "发现支持多设备协同设备" - }, - { - "name": "ohos_desc_distributed_virtualdevice", - "value": "允许应用发现并访问其他设备,以便进行多设备协同操作。" - }, { "name": "ohos_lab_enroll_biometric", "value": "管理生物特征"