From b5820680ec4fe95031dce73736f8d29b50859746 Mon Sep 17 00:00:00 2001 From: shijie Date: Wed, 21 Aug 2024 02:06:29 +0000 Subject: [PATCH] update README.md. Signed-off-by: shijie --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6cb0bb4..ff1abcd 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,9 @@ post_install do |installer| end end ``` + +Note: +In OHOS, the device type enumeration does not include the telephony field and is not supported at this time. + +注意: +OHOS中设备类型枚举没有telephony字段,且暂无支持。 \ No newline at end of file -- Gitee