From 7aeef5c1f202087b0c27c21ebcc72e706d79d8ba Mon Sep 17 00:00:00 2001 From: windchimefl Date: Thu, 16 Oct 2025 14:26:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?API=E5=8D=87=E7=BA=A7=E5=88=B020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 8853aa5..4aa43a2 100644 --- a/README.en.md +++ b/README.en.md @@ -47,9 +47,9 @@ N/A. ## Constraints 1. The sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.1.1 Release or later. -3. The DevEco Studio version must be DevEco Studio 5.1.1 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.1.1 Release SDK or later. +2. The HarmonyOS version must be HarmonyOS 6.0.0 Release or later. +3. The DevEco Studio version must be DevEco Studio 6.0.0 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 6.0.0 Release SDK or later. 5. Double-ended devices need to log in to the same Huawei account, so it is recommended to turn on the device finding function. 6. Double-ended devices need to turn on the Wi-Fi and Bluetooth switches. When conditions permit, it is recommended to connect to the same LAN. 7. Both end devices need this application. diff --git a/README.md b/README.md index ca1b4de..fdb18a5 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.1.1 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.1.1 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.1.1 Release SDK及以上。 +2. HarmonyOS系统:HarmonyOS 6.0.0 Release及以上。 +3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 5. 双端设备需要登录同一华为账号。 6. 双端设备需要打开Wi-Fi和蓝牙开关。条件允许时,建议双端设备接入同一个局域网,可提升数据传输的速度。 7. 应用接续只能在同应用(UIAbility)之间触发,双端设备都需要有该应用。 diff --git a/build-profile.json5 b/build-profile.json5 index 578d98f..6c9ae38 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "5.1.1(19)", - "compatibleSdkVersion": "5.1.1(19)", + "targetSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.0(20)", "runtimeOS": "HarmonyOS" } ], -- Gitee From aa547f9458fc728ea5777a00bf7858f45425a52c Mon Sep 17 00:00:00 2001 From: windchimefl Date: Wed, 29 Oct 2025 10:39:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9API=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- build-profile.json5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 4aa43a2..ce87e5d 100644 --- a/README.en.md +++ b/README.en.md @@ -47,7 +47,7 @@ N/A. ## Constraints 1. The sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 6.0.0 Release or later. +2. The HarmonyOS version must be HarmonyOS 5.1.1 Release or later. 3. The DevEco Studio version must be DevEco Studio 6.0.0 Release or later. 4. The HarmonyOS SDK version must be HarmonyOS 6.0.0 Release SDK or later. 5. Double-ended devices need to log in to the same Huawei account, so it is recommended to turn on the device finding function. diff --git a/README.md b/README.md index fdb18a5..688bed1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 6.0.0 Release及以上。 +2. HarmonyOS系统:HarmonyOS 5.1.1 Release及以上。 3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 5. 双端设备需要登录同一华为账号。 diff --git a/build-profile.json5 b/build-profile.json5 index 6c9ae38..40909c6 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,7 @@ "name": "default", "signingConfig": "default", "targetSdkVersion": "6.0.0(20)", - "compatibleSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "5.1.1(19)", "runtimeOS": "HarmonyOS" } ], -- Gitee