From 97036d79ca1ff057ba9264690e70ef6d7273ed48 Mon Sep 17 00:00:00 2001 From: XKK Date: Thu, 6 Jul 2023 20:01:26 +0800 Subject: [PATCH] =?UTF-8?q?pc=E6=96=B0=E5=A2=9E=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XKK --- .../enable_notification_dialog/entry/src/main/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/module.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/module.json index 20de8b29b..8f5104850 100644 --- a/services/dialog_ui/enable_notification_dialog/entry/src/main/module.json +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/module.json @@ -7,7 +7,8 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee