From f93fa2b95ded1cd2486a6056bdf8616554f7a89c Mon Sep 17 00:00:00 2001 From: zhouhongli2023 Date: Tue, 15 Aug 2023 15:35:22 +0800 Subject: [PATCH] add device type Signed-off-by: zhouhongli2023 --- entry/src/main/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entry/src/main/module.json b/entry/src/main/module.json index 7103dce..6971215 100644 --- a/entry/src/main/module.json +++ b/entry/src/main/module.json @@ -7,7 +7,8 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee