diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index a450af8ff38b2d83727909f14a4287efe0a305d0..9b78f4a69925345aba399bd09a194e915e494e53 100644 --- a/api/@ohos.resourceManager.d.ts +++ b/api/@ohos.resourceManager.d.ts @@ -189,8 +189,9 @@ export class DeviceCapability { * Obtains the ResourceManager object of the current application. * * @param callback Indicates the callback containing the ResourceManager object. - * @since 6 * @FAModelOnly + * @crossplatform + * @since 6 */ export function getResourceManager(callback: AsyncCallback): void; @@ -208,8 +209,9 @@ export function getResourceManager(bundleName: string, callback: AsyncCallback; @@ -234,6 +236,7 @@ export interface ResourceManager { * * @param resId Indicates the resource ID. * @param callback Indicates the asynchronous callback used to return the obtained character string. + * @crossplatform * @since 6 * @deprecated since 9 * @useinstead ohos.resourceManager.getStringValue @@ -245,6 +248,7 @@ export interface ResourceManager { * * @param resId Indicates the resource ID. * @returns Returns the character string corresponding to the resource ID. + * @crossplatform * @since 6 * @deprecated since 9 * @useinstead ohos.resourceManager.getStringValue