From 04f9493904ee53f77607516bab27d97b11723ec7 Mon Sep 17 00:00:00 2001 From: yangmingliang Date: Mon, 3 Jun 2024 19:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E5=A4=96=E6=9A=B4=E9=9C=B2us?= =?UTF-8?q?b=E5=8A=9F=E8=83=BD=E9=80=89=E6=8B=A9=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangmingliang Change-Id: Ibda0c1d55b8428e95ca37e108aeafeff6f622318 --- .../dialog/dialog_ui/usb_right_dialog/src/main/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json index 6e3af95c..94101966 100644 --- a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json +++ b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json @@ -41,7 +41,7 @@ "description": "$string:UsbFunctionSwitchWindowAbility_desc", "icon": "$media:icon", "label": "$string:UsbFunctionSwitchWindowAbility_label", - "exported": true, + "exported": false, "type": "sysDialog/common" } ] -- Gitee