From f83bec9cb40551c757ef8bc532f174e78500957b Mon Sep 17 00:00:00 2001 From: zangyongzhen Date: Tue, 22 Oct 2024 10:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9AdeviceTypes=E4=BF=9D?= =?UTF-8?q?=E7=95=99phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zangyongzhen --- .../server/entry/src/main/module.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json5 b/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json5 index 2496bda..662d394 100644 --- a/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json5 +++ b/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json5 @@ -21,6 +21,7 @@ "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", "deviceTypes": [ + "phone", "tablet", "tv", "wearable",