From 24ff667c5e3c0267ef7d13bcfb69d7c35b77f58e Mon Sep 17 00:00:00 2001 From: x00405909 Date: Tue, 2 Nov 2021 17:11:07 +0800 Subject: [PATCH] change deviceinfo name Signed-off-by: x00405909 Change-Id: If85f75b3a609564c9b68259ddb0189e6d2130ff3 --- api/{@ohos.deviceinfo.d.ts => @ohos.deviceInfo.d.ts} | 7 +++++++ 1 file changed, 7 insertions(+) rename api/{@ohos.deviceinfo.d.ts => @ohos.deviceInfo.d.ts} (98%) diff --git a/api/@ohos.deviceinfo.d.ts b/api/@ohos.deviceInfo.d.ts similarity index 98% rename from api/@ohos.deviceinfo.d.ts rename to api/@ohos.deviceInfo.d.ts index 7a78a571ba..c6b4c48ea3 100644 --- a/api/@ohos.deviceinfo.d.ts +++ b/api/@ohos.deviceInfo.d.ts @@ -233,6 +233,13 @@ declare namespace deviceInfo { * @since 6 */ const buildRootHash: string; + /** + * Obtains the device udid. + * + * @since 7 + */ + const udid: string; + } export default deviceInfo; -- Gitee