diff --git a/code/Solutions/InputMethod/KikaInput/README_zh.md b/code/Solutions/InputMethod/KikaInput/README_zh.md index c8db50ff69874e6b50b6b2520c21a1bd939b003f..8392651f03b11dd2c3795579903a5d5c72d03ab9 100644 --- a/code/Solutions/InputMethod/KikaInput/README_zh.md +++ b/code/Solutions/InputMethod/KikaInput/README_zh.md @@ -101,9 +101,9 @@ kikainput是一个轻量级的输入法应用,支持在运行OpenHarmony OS的 1.本示例仅支持在标准系统上运行。 -2.本示例为Stage模型,从API version 9开始支持。 +2.本示例为Stage模型,从API version 14开始支持。 -3.本示例已适配API version 14版本SDK,SDK版本号(API Version 14 Release),镜像版本号(5.0.2Release)。 +3.本示例已适配API version 20版本SDK,SDK版本号(API Version 20 Release),镜像版本号(6.0.0Release)。 4.本示例需要使用DevEco Studio 版本号(5.0.2Release)及以上版本才可编译运行。 diff --git a/code/Solutions/InputMethod/KikaInput/build-profile.json5 b/code/Solutions/InputMethod/KikaInput/build-profile.json5 index ef1a3fa1da1b02dead3c0e4d2a1198247e0a68af..1fbbed1aa4e3e54bf61d36ec323bbcd0eb7dcd32 100644 --- a/code/Solutions/InputMethod/KikaInput/build-profile.json5 +++ b/code/Solutions/InputMethod/KikaInput/build-profile.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -19,7 +19,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/code/Solutions/Tools/ArkTSClock/README_zh.md b/code/Solutions/Tools/ArkTSClock/README_zh.md index 2e82eb8f65914edbd82fabe2e36cd04b2df64c8b..75baad112b94139fed9cd5aa5f6fb0694959b985 100644 --- a/code/Solutions/Tools/ArkTSClock/README_zh.md +++ b/code/Solutions/Tools/ArkTSClock/README_zh.md @@ -47,7 +47,7 @@ entry/src/main/ets/ 1.本示例仅支持标准系统上运行。 -2.本示例已适配API14版本SDK,SDK版本号(API Version 14 Release),镜像版本号(5.0.2 Release)。 +2.本示例已适配API20版本SDK,SDK版本号(API Version 20 Release),镜像版本号(6.0.0 Release)。 3.本示例需要使用DevEco Studio 版本号(5.0.2 Release)及以上版本才可编译运行。 diff --git a/code/Solutions/Tools/ArkTSClock/build-profile.json5 b/code/Solutions/Tools/ArkTSClock/build-profile.json5 index 12530f47d2877c93a57bdf42145f0198cbb7c41b..749e264c349ba6956f1a5302bf24ee67d37beb0f 100644 --- a/code/Solutions/Tools/ArkTSClock/build-profile.json5 +++ b/code/Solutions/Tools/ArkTSClock/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/code/Solutions/Tools/ArkTSClock/entry/src/main/module.json5 b/code/Solutions/Tools/ArkTSClock/entry/src/main/module.json5 index 22b8ee7510e38f576f186cd8950876008463b88a..55afc7eeb7e756561074926802004da5438d3c55 100644 --- a/code/Solutions/Tools/ArkTSClock/entry/src/main/module.json5 +++ b/code/Solutions/Tools/ArkTSClock/entry/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,7 +17,7 @@ "module": { "name": "entry", "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", + "srcEntry": "./ets/Application/AbilityStage.ts", "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ @@ -27,7 +27,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - "uiSyntax": "ets", "abilities": [ { "name": "MainAbility", @@ -35,7 +34,7 @@ "description": "$string:MainAbility_desc", "icon": "$media:icon", "label": "$string:MainAbility_label", - "visible": true, + "exported": true, "skills": [ { "entities": [ diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/README_zh.md b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/README_zh.md index 715930fe5249abb7a53a43e754c4d75bd2d7384e..6507045430a90e814fb61aa7dba2ab341db7bf61 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/README_zh.md +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/README_zh.md @@ -96,7 +96,7 @@ entry/src/main/ets/ 2.分布式计算功能使用的前提是分布式组网。 -3.本示例已适配API10版本SDK,SDK版本号(API Version 14 Release),镜像版本号(5.0.2 Release)。 +3.本示例已适配API20版本SDK,SDK版本号(API Version 20 Release),镜像版本号(6.0.0 Release)。 4.本示例需要使用DevEco Studio 版本号(5.0.2 Release)及以上版本才可编译运行。 diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/build-profile.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/build-profile.json5 index 12530f47d2877c93a57bdf42145f0198cbb7c41b..749e264c349ba6956f1a5302bf24ee67d37beb0f 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/build-profile.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/main/module.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/main/module.json5 index 4b92c7c12f7882a22db4c7a593179382227f7b58..87b47d174bb7a7fca5b66d8585c9af4ce6342729 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/main/module.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -26,7 +26,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - "uiSyntax": "ets", "abilities": [ { "name": "MainAbility", @@ -36,7 +35,7 @@ "label": "$string:MainAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:white", - "visible": true, + "exported": true, "launchType": "singleton", "skills": [ { diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/ohosTest/module.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/ohosTest/module.json5 index d6f65227436c051df427a72960b970f83871e596..5aededfa25b3fbe4f35ce9f53b871e7810d91eb3 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/ohosTest/module.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc/entry/src/ohosTest/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -27,7 +27,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:test_pages", - "uiSyntax": "ets", "abilities": [ { "name": "TestAbility", @@ -37,7 +36,7 @@ "label": "$string:TestAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:white", - "visible": true, + "exported": true, "skills": [ { "actions": [ diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/README_zh.md b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/README_zh.md index 6768bcded145cbbc9db3505e9faa2717c9372737..ee63b3937e4e9ffa42f920584a83453970ce6c91 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/README_zh.md +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/README_zh.md @@ -96,7 +96,7 @@ deviceManager.createDeviceManager('ohos.samples.distributedmusicplayer') [源码 2.本示例完整功能必须双端授予允许使用分布式协同能力,否则在只有发起端授权条件下,发起端会弹框提示错误。 -3.本示例为stage模型,已适配API version 14版本SDK,SDK版本号(API Version 14 Release),镜像版本号(5.0.2Release)。 +3.本示例为stage模型,已适配API version 20版本SDK,SDK版本号(API Version 20 Release),镜像版本号(6.0.0Release)。 4.本示例需要使用DevEco Studio 版本号(5.0.2Release)才可编译运行。 diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/build-profile.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/build-profile.json5 index 8603cd98b2368a04144521ae7420a28e22225d8e..e2b92e3b20963e92d15dabd1a760b43a36dac621 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/build-profile.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/module.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/module.json5 index f539b1e3355eca14319e7ae282b70d7240c16074..3ac2602df7530d9a37b7df77d8f3822914801ab2 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/module.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,7 +17,7 @@ "module": { "name": "entry", "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", + "srcEntry": "./ets/Application/AbilityStage.ts", "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ @@ -27,7 +27,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - "uiSyntax": "ets", "abilities": [ { "name": "ohos.samples.distributedmusicplayer.MainAbility", @@ -35,7 +34,7 @@ "description": "$string:MainAbility_desc", "icon": "$media:icon", "label": "$string:MainAbility_label", - "visible": true, + "exported": true, "skills": [ { "entities": [ @@ -53,7 +52,7 @@ "extensionAbilities": [ { "name": "ServiceAbility", - "srcEntrance": "./ets/serviceability/ServiceAbility.ts", + "srcEntry": "./ets/serviceability/ServiceAbility.ts", "label": "$string:ServiceAbility_label", "description": "$string:ServiceAbility_desc", "type": "service" diff --git a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/ohosTest/module.json5 b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/ohosTest/module.json5 index 036b674a8ec3bfd39ac3c0542586171a158bcc47..c04b4981774e00fab253e365fc35018859753ad9 100644 --- a/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/ohosTest/module.json5 +++ b/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "module": { "name": "entry_test", "type": "feature", - "srcEntrance": "./ets/testability/TestAbility.ets", + "srcEntry": "./ets/testability/TestAbility.ets", "description": "$string:entry_test_desc", "mainElement": "TestAbility", "deviceTypes": [ @@ -27,7 +27,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:test_pages", - "uiSyntax": "ets", "abilities": [ { "name": "TestAbility", @@ -37,7 +36,7 @@ "label": "$string:TestAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:white", - "visible": true, + "exported": true, "skills": [ { "actions": [