diff --git a/distributeddatamgr/dataSharejstest/hap/src/main/config.json b/distributeddatamgr/dataSharejstest/hap/src/main/config.json index 8a86c779bce40e9ca730a50975139bac6264d35e..af3908bab1bb01f0c265b5f1a8ae7e103dc63045 100644 --- a/distributeddatamgr/dataSharejstest/hap/src/main/config.json +++ b/distributeddatamgr/dataSharejstest/hap/src/main/config.json @@ -16,8 +16,8 @@ "package": "ohos.acts.dataSharejstest", "name": ".entry", "deviceType": [ - "tablet", - "default", + "default", + "tablet", "phone" ], "distro": { diff --git a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json index e1b24342d24549abc414e1e79fd687f6c960905b..60b07868870fa621f1df7cdbc6a7c02e7ebbdd5a 100644 --- a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json +++ b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json @@ -18,8 +18,9 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "default", - "tablet" + "default", + "tablet", + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/preferencesjstest/hap/src/main/config.json b/distributeddatamgr/preferencesjstest/hap/src/main/config.json index 652a38366284e6055dc865f5370565511153d8bb..d02d088425251d888613703c310c12978f2aed0c 100644 --- a/distributeddatamgr/preferencesjstest/hap/src/main/config.json +++ b/distributeddatamgr/preferencesjstest/hap/src/main/config.json @@ -16,9 +16,9 @@ "package": "ohos.acts.preferencesjstest", "name": ".entry", "deviceType": [ - "tablet", - "default", - "phone" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json index 9da23290334d7b4eea829923843f7bf570fb1bab..eed3943f3deffc8b1315a848b2c8ed66e0f8474a 100644 --- a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json +++ b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json @@ -8,8 +8,9 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "default", - "tablet" + "default", + "tablet", + "phone" ], "deliveryWithInstall": true, "installationFree": false,