From 1a1520dda3a65c21062fe68f3eb2cace146296b2 Mon Sep 17 00:00:00 2001 From: tangzhigang1 Date: Mon, 12 Dec 2022 14:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=BC=80?= =?UTF-8?q?=E5=90=AFarkui=E6=96=B0=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangzhigang1 --- AppScope/app.json5 | 2 +- feature/settings/src/main/module.json5 | 6 ++++++ product/pad/src/main/module.json5 | 6 ++++++ product/phone/src/main/module.json5 | 6 ++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 index da0d7a1e..df6d54c9 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -7,7 +7,7 @@ "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true, - "minAPIVersion": 8, + "minAPIVersion": 9, "targetAPIVersion": 9, "userDataClearable": false } diff --git a/feature/settings/src/main/module.json5 b/feature/settings/src/main/module.json5 index 009f06aa..f0af5027 100644 --- a/feature/settings/src/main/module.json5 +++ b/feature/settings/src/main/module.json5 @@ -9,6 +9,12 @@ "default", "tablet" ], + "metadata": [ + { + "name": "ArkTSPartialUpdate", + "value": true + } + ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", diff --git a/product/pad/src/main/module.json5 b/product/pad/src/main/module.json5 index b657512e..67f98e2e 100644 --- a/product/pad/src/main/module.json5 +++ b/product/pad/src/main/module.json5 @@ -9,6 +9,12 @@ "default", "tablet" ], + "metadata": [ + { + "name": "ArkTSPartialUpdate", + "value": true + } + ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index fbb2acd9..3d53659c 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -9,6 +9,12 @@ "default", "tablet" ], + "metadata": [ + { + "name": "ArkTSPartialUpdate", + "value": true + } + ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages",