diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index ad219d733f6afa5ea07f85f580208b08cc3b9041..fe01f6d028a29e0962ea27d5c3f75a98759ff148 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -5,7 +5,10 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "phone", + "tablet", + "2in1" + ], "deliveryWithInstall": true, "installationFree": false,