diff --git a/etc/profile/foundation.cfg b/etc/profile/foundation.cfg index 0e7ba4e9fda1734998f7faf766f5cd1b4e460787..8750e55d86746b5853ee7277a9c6c517fca16fc2 100644 --- a/etc/profile/foundation.cfg +++ b/etc/profile/foundation.cfg @@ -118,10 +118,10 @@ "ohos.permission.SET_SANDBOX_POLICY", "ohos.permission.CHECK_SANDBOX_POLICY", "ohos.permission.SET_SUPER_PRIVACY", - "ohos.permission.CONNECT_FORM_EXTENSION", - "ohos.permission.CONNECT_STATIC_SUBSCRIBER_EXTENSION", "ohos.permission.ACCESS_USER_AUTH_INTERNAL", "ohos.permission.MANAGE_MISSIONS", + "ohos.permission.CONNECT_FORM_EXTENSION", + "ohos.permission.CONNECT_STATIC_SUBSCRIBER_EXTENSION", "ohos.permission.KILL_PROCESS_DEPENDED_ON_ARKWEB", "ohos.permission.ACCESS_LOWPOWER_MANAGER", "ohos.permission.RECEIVER_STARTUP_COMPLETED", @@ -133,9 +133,9 @@ "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", "ohos.permission.NOTIFICATION_CONTROLLER", "ohos.permission.ACCESS_SCREEN_LOCK", - "ohos.permission.ACCESS_SEARCH_SERVICE", "ohos.permission.hsdr.REQUEST_HSDR", "ohos.permission.ACCESS_CUSTOM_RINGTONE", + "ohos.permission.ACCESS_SEARCH_SERVICE", "ohos.permission.RECEIVE_BMS_BROKER_MESSAGES", "ohos.permission.RECEIVE_UPDATE_MESSAGE", "ohos.permission.ACCESS_SCREEN_LOCK_INNER" diff --git a/etc/profile/foundation_permission_desc.json b/etc/profile/foundation_permission_desc.json index 7e40bddcdb920de2e081ca9027f437351ec2305d..cf466b2a1e048445c29ce311b05de128ab6fe61d 100644 --- a/etc/profile/foundation_permission_desc.json +++ b/etc/profile/foundation_permission_desc.json @@ -231,9 +231,9 @@ "description" : "Permission required for telephony to access hsdr service." }, { - "name" : "ohos.permission.ACCESS_CAR_DISTRIBUTED_ENGINE", - "said" : "4005", - "description" : "Permission required for telephony to access car distributed engine." + "name" : "ohos.permission.CAPTURE_SCREEN", + "said" : "4607", + "description" : "Permission required for DMS to access render service TakeSurfaceCapture." }, { "name" : "ohos.permission.START_RESTORE_NOTIFICATION", @@ -241,9 +241,14 @@ "description" : "Permission required for ans to access backup service." }, { - "name" : "ohos.permission.CAPTURE_SCREEN", - "said" : "4607", - "description" : "Permission required for DMS to access render service TakeSurfaceCapture." + "name" : "ohos.permission.ACCESS_USER_AUTH_INTERNAL", + "said" : "3704", + "description" : "Permission required for ScreenLock to observer user auth state." + }, + { + "name" : "ohos.permission.ACCESS_CAR_DISTRIBUTED_ENGINE", + "said" : "4005", + "description" : "Permission required for telephony to access car distributed engine." }, { "name" : "ohos.permission.MANAGE_MISSIONS", @@ -260,11 +265,6 @@ "said" : "180", "description" : "Permission required for CES to connect static subscriber extension." }, - { - "name" : "ohos.permission.ACCESS_USER_AUTH_INTERNAL", - "said" : "3704", - "description" : "Permission required for ScreenLock to observer user auth state." - }, { "name" : "ohos.permission.RECEIVE_UPDATE_MESSAGE", "said" : "403",