diff --git a/inputmethod/InputMethodEngine/entry/src/main/module.json b/inputmethod/InputMethodEngine/entry/src/main/module.json
index 31570a3fbd0fc897132303b6cc8a1fcf5c4a87c0..a45b1e6b61b287731fbab74c6115c0daea3015fd 100644
--- a/inputmethod/InputMethodEngine/entry/src/main/module.json
+++ b/inputmethod/InputMethodEngine/entry/src/main/module.json
@@ -14,6 +14,12 @@
         "installationFree": false,
         "uiSyntax": "ets",
         "pages": "$profile:main_pages",
+        "metadata": [
+            {
+              "name": "ArkTSPartialUpdate",
+              "value": "false"
+            }
+          ],
         "abilities": [
             {
                 "name": "com.acts.inputmethodengine.test.MainAbility",
diff --git a/storage/storagepickerjstest/entry/src/main/module.json b/storage/storagepickerjstest/entry/src/main/module.json
index 2a7dab9608d82d02814361c033a4ce301a69093b..bfbdab6cc65d7da0d4db0993ad226143cdc429b7 100644
--- a/storage/storagepickerjstest/entry/src/main/module.json
+++ b/storage/storagepickerjstest/entry/src/main/module.json
@@ -14,6 +14,12 @@
         "installationFree": false,
         "uiSyntax": "ets",
         "pages": "$profile:main_pages",
+        "metadata": [
+            {
+              "name": "ArkTSPartialUpdate",
+              "value": "false"
+            }
+          ],
         "abilities": [
             {
                 "name": "com.example.myapplication.MainAbility",