Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
69ee04d7
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看板
未验证
提交
69ee04d7
编写于
9月 23, 2022
作者:
O
openharmony_ci
提交者:
Gitee
9月 23, 2022
浏览文件
操作
浏览文件
下载
差异文件
!5617 组件启动管控,XTS用例适配
Merge pull request !5617 from HuangXW/startUpRule_Background
上级
a1a4491b
831ed20c
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
137 addition
and
3 deletion
+137
-3
ability/ability_runtime/abilitymontior/entry/src/main/module.json
...ability_runtime/abilitymontior/entry/src/main/module.json
+6
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/entry/src/main/module.json
...t/actsgetabilitystatestagetest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetappcontextstageatest/entry/src/main/module.json
...st/actsgetappcontextstageatest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetappcontextstagebtest/entry/src/main/module.json
...st/actsgetappcontextstagebtest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetappcontexttest/entry/src/main/module.json
...tiontest/actsgetappcontexttest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetcurrenttopabilitystageatest/entry/src/main/module.json
...getcurrenttopabilitystageatest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actsqueryfunctiontest/actsgetcurrenttopabilitystagebtest/entry/src/main/module.json
...getcurrenttopabilitystagebtest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actssupportfunction/actsonandoffscreentest/entry/src/main/module.json
...unction/actsonandoffscreentest/entry/src/main/module.json
+10
-0
ability/ability_runtime/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json
...nction/actssupportfunctiontest/entry/src/main/module.json
+10
-0
ability/ability_runtime/apitest/entry/src/main/module.json
ability/ability_runtime/apitest/entry/src/main/module.json
+6
-0
ability/ability_runtime/fa/faapplicationinfo/src/main/config.json
...ability_runtime/fa/faapplicationinfo/src/main/config.json
+7
-1
ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/main/config.json
...ability/actsfeatureabilitytest/entry/src/main/config.json
+4
-0
ability/ability_runtime/stage/actslifecyclemultihaptest/entry/src/main/module.json
...tage/actslifecyclemultihaptest/entry/src/main/module.json
+6
-0
ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/main/module.json
...age/actslifecyclesinglehaptest/entry/src/main/module.json
+11
-1
ability/ability_runtime/stage/actswindowstagelifecyclemultihaptest/entry/src/main/module.json
...ndowstagelifecyclemultihaptest/entry/src/main/module.json
+6
-0
ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/module.json
...dowstagelifecyclesinglehaptest/entry/src/main/module.json
+11
-1
未找到文件。
ability/ability_runtime/abilitymontior/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -58,6 +58,12 @@
"visible"
:
true
,
"launchType"
:
"singleton"
}
],
"reqPermissions"
:
[
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}
\ No newline at end of file
ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -53,6 +53,16 @@
"icon"
:
"$media:icon"
,
"label"
:
"$string:MainAbility4_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/actsqueryfunctiontest/actsgetappcontextstageatest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -41,6 +41,16 @@
"visible"
:
true
,
"launchType"
:
"singleton"
}
],
"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/actsqueryfunctiontest/actsgetappcontextstagebtest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -41,6 +41,16 @@
"visible"
:
true
,
"launchType"
:
"singleton"
}
],
"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/actsqueryfunctiontest/actsgetappcontexttest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -41,6 +41,16 @@
"visible"
:
true
,
"launchType"
:
"singleton"
}
],
"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/actsqueryfunctiontest/actsgetcurrenttopabilitystageatest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -46,6 +46,16 @@
"icon"
:
"$media:icon"
,
"label"
:
"$string:Ability2_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/actsqueryfunctiontest/actsgetcurrenttopabilitystagebtest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -46,6 +46,16 @@
"icon"
:
"$media:icon"
,
"label"
:
"$string:Ability2_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/actssupportfunction/actsonandoffscreentest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -34,6 +34,16 @@
}
]
}
],
"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/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -34,6 +34,16 @@
}
]
}
],
"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/apitest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -61,6 +61,12 @@
"icon"
:
"$media:icon"
,
"label"
:
"$string:MainAbility5_label"
}
],
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}
\ No newline at end of file
ability/ability_runtime/fa/faapplicationinfo/src/main/config.json
浏览文件 @
69ee04d7
...
...
@@ -112,6 +112,12 @@
"testRunner"
:
{
"name"
:
"OpenHarmonyTestRunner"
,
"srcPath"
:
"TestRunner"
}
},
"reqPermissions"
:
[
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}
\ No newline at end of file
ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/main/config.json
浏览文件 @
69ee04d7
...
...
@@ -121,6 +121,10 @@
{
"name"
:
"ohos.permission.ACCELEROMETER"
,
"reason"
:
"need use ohos.permission.ACCELEROMETER"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
,
"reason"
:
"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
],
"js"
:
[
...
...
ability/ability_runtime/stage/actslifecyclemultihaptest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -100,6 +100,12 @@
},
{
"name"
:
"ohos.permission.LISTEN_BUNDLE_CHANGE"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -132,6 +132,16 @@
"description"
:
"$string:MainAbility12_desc"
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:MainAbility12_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"
}
]
}
}
ability/ability_runtime/stage/actswindowstagelifecyclemultihaptest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -100,6 +100,12 @@
},
{
"name"
:
"ohos.permission.LISTEN_BUNDLE_CHANGE"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
},
{
"name"
:
"ohos.permission.START_INVISIBLE_ABILITY"
}
]
}
...
...
ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/module.json
浏览文件 @
69ee04d7
...
...
@@ -132,6 +132,16 @@
"description"
:
"$string:MainAbility12_desc"
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:MainAbility12_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"
}
]
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录