Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
b805015f
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
b805015f
编写于
9月 30, 2022
作者:
O
openharmony_ci
提交者:
Gitee
9月 30, 2022
浏览文件
操作
浏览文件
下载
差异文件
!5645 XTS用例适配组件启动管控第3笔
Merge pull request !5645 from HuangXW/nn_startUpRule_Background
上级
c64e381f
7710bb2d
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
53 addition
and
1 deletion
+53
-1
ability/ability_runtime/actsabilityusertest/entry/src/main/module.json
...ty_runtime/actsabilityusertest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsusers/ActsAmsUsersSystemTest/entry/src/main/module.json
...tsusers/ActsAmsUsersSystemTest/entry/src/main/module.json
+8
-0
ability/ability_runtime/amsdisplayIdtest/actsamsstartabilityforresulttest/entry/src/main/module.json
...tsamsstartabilityforresulttest/entry/src/main/module.json
+8
-0
ability/ability_runtime/amsdisplayIdtest/actsamsstartabilitytest/entry/src/main/module.json
...Idtest/actsamsstartabilitytest/entry/src/main/module.json
+8
-0
ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/module.json
...ntime/apicover/apicoverhaptest/entry/src/main/module.json
+6
-0
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formstatetest_notifyinvisible2/entry/src/main/config.json
...formstatetest_notifyinvisible2/entry/src/main/config.json
+4
-0
ability/ability_runtime/non_concurrent/acts_systemappa_test/entry/src/main/module.json
...oncurrent/acts_systemappa_test/entry/src/main/module.json
+9
-1
未找到文件。
ability/ability_runtime/actsabilityusertest/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -46,6 +46,16 @@
"icon"
:
"$media:icon"
,
"label"
:
"$string:MainAbility3_label"
}
],
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
}
\ No newline at end of file
ability/ability_runtime/actsusers/ActsAmsUsersSystemTest/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -114,6 +114,14 @@
{
"name"
:
"ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION"
,
"reason"
:
"need use ohos.permission.MANAGE_LOCAL_ACCOUNTS"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/amsdisplayIdtest/actsamsstartabilityforresulttest/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -92,6 +92,14 @@
{
"name"
:
"ohos.permission.GET_RUNNING_INFO"
,
"reason"
:
"need use ohos.permission.GET_RUNNING_INFO"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/amsdisplayIdtest/actsamsstartabilitytest/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -73,6 +73,14 @@
{
"name"
:
"ohos.permission.CLEAN_BACKGROUND_PROCESSES"
,
"reason"
:
"need use ohos.permission.GET_RUNNING_INFO"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -100,6 +100,12 @@
},
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formstatetest_notifyinvisible2/entry/src/main/config.json
浏览文件 @
b805015f
...
...
@@ -145,6 +145,10 @@
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
],
"js"
:
[
...
...
ability/ability_runtime/non_concurrent/acts_systemappa_test/entry/src/main/module.json
浏览文件 @
b805015f
...
...
@@ -115,7 +115,15 @@
{
"name"
:
"ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS"
,
"reason"
:
"need use ohos.permission.GET_RUNNING_INFO"
}
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
,
"reason"
:
"need use ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录