From d7a0b1cec54d44a05fbbfb942a5470cc72f63d3e Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Sun, 28 Sep 2025 10:00:35 +0000 Subject: [PATCH] update XiaoyiAgentDemo/entry/src/main/module.json5. Signed-off-by: Lince Liu <353627866@qq.com> --- XiaoyiAgentDemo/entry/src/main/module.json5 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/XiaoyiAgentDemo/entry/src/main/module.json5 b/XiaoyiAgentDemo/entry/src/main/module.json5 index ba70614a..d3639934 100644 --- a/XiaoyiAgentDemo/entry/src/main/module.json5 +++ b/XiaoyiAgentDemo/entry/src/main/module.json5 @@ -24,8 +24,12 @@ // [Start module] "skills": [ { - "entities": ["entity.system.browsable"], + "entities": [ + "entity.system.home", + "entity.system.browsable" + ], "actions": [ + "ohos.want.action.home", "ohos.want.action.viewData" ], "uris": [ @@ -39,11 +43,6 @@ ] // [End module] } - ], - "requestPermissions": [ - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING" - } ] } } \ No newline at end of file -- Gitee