diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 5574b3ecf7669e76f986fbab7ac4f5e8fb66a607..cdd9eb360e8b12eae2824c19910a71c5fbfc61ef 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -26,6 +26,12 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", + "metadata": [ + { + "name": "ArkTSPartialUpdate", + "value": "false" + } + ], "abilities": [ { "name": "MainAbility", diff --git a/permissionmanager/src/main/module.json b/permissionmanager/src/main/module.json index 389e2e94471258af3c20e768894587e7e1c9a266..2296edc68f3d32ece1905e732cfcc7b2ef15dfb2 100644 --- a/permissionmanager/src/main/module.json +++ b/permissionmanager/src/main/module.json @@ -14,6 +14,12 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", + "metadata": [ + { + "name": "ArkTSPartialUpdate", + "value": "false" + } + ], "abilities": [ { "name": "com.ohos.permissionmanager.MainAbility",