From f9aeb11c548e7725425d0365dde38ec27769af33 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Wed, 10 Sep 2025 14:51:53 +0800 Subject: [PATCH] change extability exported Signed-off-by: dengxiaoyu --- application/entry/src/main/module.json | 4 ++-- application/entry/src/main/module.json5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/entry/src/main/module.json b/application/entry/src/main/module.json index 56bb9fa4..69962360 100644 --- a/application/entry/src/main/module.json +++ b/application/entry/src/main/module.json @@ -61,7 +61,7 @@ "description": "$string:ContinueSwitchAbility_desc", "label": "$string:ContinueSwitchAbility_label", "type": "sys/commonUI", - "exported": true + "exported": false }, { "name": "MechExtAbility", @@ -69,7 +69,7 @@ "description": "$string:MechExtAbility_desc", "label": "$string:MechExtAbility_label", "type": "sys/commonUI", - "exported": true + "exported": false } ], "metadata": [ diff --git a/application/entry/src/main/module.json5 b/application/entry/src/main/module.json5 index ddfce3b7..abd62079 100644 --- a/application/entry/src/main/module.json5 +++ b/application/entry/src/main/module.json5 @@ -75,7 +75,7 @@ "description": "$string:ContinueSwitchAbility_desc", "label": "$string:ContinueSwitchAbility_label", "type": "sys/commonUI", - "exported": true + "exported": false }, { "name": "MechExtAbility", @@ -83,7 +83,7 @@ "description": "$string:MechExtAbility_desc", "label": "$string:MechExtAbility_label", "type": "sys/commonUI", - "exported": true + "exported": false } ], "metadata": [ -- Gitee