未验证 提交 d1a68eb3 编写于 作者: O openharmony_ci 提交者: Gitee

!5729 settingsdata接口新增ohos.permission.MANAGE_SECURE_SETTINGS权限管控机制,用例需适配、蓝区用例路径整改

Merge pull request !5729 from 安宁/OpenHarmony-3.2-Beta3
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
group("applications") {
testonly = true
deps = [ "settingsdata:settingsdata" ]
}
...@@ -65,6 +65,12 @@ ...@@ -65,6 +65,12 @@
"launchType": "standard" "launchType": "standard"
} }
], ],
"reqPermissions": [
{
"name":"ohos.permission.MANAGE_SECURE_SETTINGS",
"reason":"need use ohos.permission.,MANAGE_SECURE_SETTINGS"
}
],
"js": [ "js": [
{ {
"mode": { "mode": {
......
...@@ -47,6 +47,7 @@ _all_test_packages = [ ...@@ -47,6 +47,7 @@ _all_test_packages = [
"${ACTS_ROOT}/barrierfree:barrierfree", "${ACTS_ROOT}/barrierfree:barrierfree",
"${ACTS_ROOT}/customization:customization", "${ACTS_ROOT}/customization:customization",
"${ACTS_ROOT}/distributedschedule:systemabilitymgr", "${ACTS_ROOT}/distributedschedule:systemabilitymgr",
"${ACTS_ROOT}/applications:applications",
] ]
_all_test_packages_ivi = [ _all_test_packages_ivi = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册