From 5d5327e1f57da50d87985b5d4398ab93f49704fb Mon Sep 17 00:00:00 2001 From: nwn1007101 Date: Tue, 19 Jul 2022 12:03:28 +0000 Subject: [PATCH] fixed 8a4f97d from https://gitee.com/ni-yufei/xts_acts/pulls/4412 fixed d357eaa from https://gitee.com/ni-yufei/xts_acts/pulls/4404 location config update Signed-off-by: nwn1007101 --- .../geolocation_standard/src/main/config.json | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/location/geolocation_standard/src/main/config.json b/location/geolocation_standard/src/main/config.json index f263f4ddc..3d33a93b1 100644 --- a/location/geolocation_standard/src/main/config.json +++ b/location/geolocation_standard/src/main/config.json @@ -46,38 +46,6 @@ "launchType": "standard" } ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], "reqPermissions": [ { "name": "ohos.permission.LOCATION", -- GitLab