From 745d8bbfe08a5d053aef792039f0192ddf61f578 Mon Sep 17 00:00:00 2001 From: huniuniu Date: Fri, 24 Sep 2021 16:19:34 +0800 Subject: [PATCH] add devices. jiabing.hu@huawei.com Signed-off-by: huniuniu --- api/@ohos.intl.d.ts | 6 ++++++ api/@ohos.resourceManager.d.ts | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/api/@ohos.intl.d.ts b/api/@ohos.intl.d.ts index ccc0a8212e..04ac9877a6 100755 --- a/api/@ohos.intl.d.ts +++ b/api/@ohos.intl.d.ts @@ -13,6 +13,12 @@ * limitations under the License. */ +/** + * Provides internationalization related APIs. + * + * @since 6 + * @devices phone, tablet, tv, wearable, car + */ declare namespace intl { /** * Provides APIs for obtaining locale information. diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index d0d14d0487..1ac9bab934 100644 --- a/api/@ohos.resourceManager.d.ts +++ b/api/@ohos.resourceManager.d.ts @@ -13,6 +13,12 @@ * limitations under the License. */ +/** + * Provides resource related APIs. + * + * @since 6 + * @devices phone, tablet, tv, wearable, car + */ declare namespace resmgr { /** * Enumerates screen directions. -- Gitee