From 201d52255793b861cd7e01e04f51e6694d6d80c7 Mon Sep 17 00:00:00 2001 From: nobbo Date: Tue, 11 Oct 2022 15:42:21 +0800 Subject: [PATCH 1/3] bugfix Signed-off-by: nobbo --- product/tablet/src/main/module.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/tablet/src/main/module.json5 b/product/tablet/src/main/module.json5 index 1a6c0d7..b31a665 100644 --- a/product/tablet/src/main/module.json5 +++ b/product/tablet/src/main/module.json5 @@ -21,7 +21,8 @@ "description": "$string:entry_MainAbility", "mainElement": "MainAbility", "deviceTypes": [ - "tablet" + "tablet", + "default" ], "requestPermissions": [ { -- Gitee From 3f368902320a154816becdd04a005a48617516d8 Mon Sep 17 00:00:00 2001 From: nobbo Date: Tue, 11 Oct 2022 15:44:05 +0800 Subject: [PATCH 2/3] bugfix Signed-off-by: nobbo --- product/phone/src/main/module.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index d81f793..0694bce 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -22,6 +22,7 @@ "mainElement": "MainAbility", "deviceTypes": [ "phone", + "default" ], "requestPermissions": [ { -- Gitee From 07113632a8332867a2e812ad4dff0af056a24c61 Mon Sep 17 00:00:00 2001 From: nobbo Date: Tue, 11 Oct 2022 17:21:42 +0800 Subject: [PATCH 3/3] bugfix Signed-off-by: nobbo --- product/phone/src/main/module.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index 0694bce..dfd843e 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -21,7 +21,6 @@ "description": "$string:entry_MainAbility", "mainElement": "MainAbility", "deviceTypes": [ - "phone", "default" ], "requestPermissions": [ -- Gitee