diff --git a/api/@system.package.d.ts b/api/@system.package.d.ts index 7a667d63cc945dcedf9a9d11311e6145ae4daaca..548e4ec621652010e83c94b8fe8f3b89f447ef64 100644 --- a/api/@system.package.d.ts +++ b/api/@system.package.d.ts @@ -16,6 +16,7 @@ /** * @syscap SystemCapability.BundleManager.BundleFramework * @since 3 + * @deprecated since 9 */ export interface CheckPackageHasInstalledResponse { /** @@ -29,6 +30,7 @@ export interface CheckPackageHasInstalledResponse { /** * @syscap SystemCapability.BundleManager.BundleFramework * @since 3 + * @deprecated since 9 */ export interface CheckPackageHasInstalledOptions { /** @@ -64,12 +66,14 @@ export interface CheckPackageHasInstalledOptions { * @syscap SystemCapability.BundleManager.BundleFramework * @since 3 * @import package from '@system.package'; + * @deprecated since 9 */ export default class Package { /** * Checks whethers an application exists, or whether a native application has been installed. * @param options Options * @syscap SystemCapability.BundleManager.BundleFramework + * @deprecated since 9 */ static hasInstalled(options: CheckPackageHasInstalledOptions): void; } \ No newline at end of file diff --git a/api/bundle/shortcutInfo.d.ts b/api/bundle/shortcutInfo.d.ts index 353a5241a9ce2a2bdac2a2dc5e87010944e2bcc3..cc3bf4332619665cd51ab06a6495af3882778f16 100644 --- a/api/bundle/shortcutInfo.d.ts +++ b/api/bundle/shortcutInfo.d.ts @@ -73,7 +73,7 @@ */ readonly icon: string; /** - * @default Indicate s the icon id of the shortcut + * @default Indicates the icon id of the shortcut * @since 8 * @syscap SystemCapability.BundleManager.BundleFramework */ diff --git a/api/bundleManager/shortcutInfo.d.ts b/api/bundleManager/shortcutInfo.d.ts index 615f46d1fcb927f9adad468b997d3ce7c64c279e..85d95df447e10a1fe86fee2325b9fdef637c8e8c 100644 --- a/api/bundleManager/shortcutInfo.d.ts +++ b/api/bundleManager/shortcutInfo.d.ts @@ -62,7 +62,7 @@ readonly icon: string; /** - * Indicate s the icon id of the shortcut + * Indicates the icon id of the shortcut * @type {number} * @syscap SystemCapability.BundleManager.BundleFramework.Launcher * @since 9