IssueNo: #I4VQXI: delete getAllShortcutInfo interface

Description: delete getAllShortcutInfo interface
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Feature
Binary Source: No

Signed-off-by: SoftSquirrel <xuhao47@huawei.com>
This commit is contained in:
SoftSquirrel 2022-03-01 14:54:16 +08:00
parent 6eb3ba1c3e
commit eca2c789d4
2 changed files with 1 additions and 13 deletions

12
api/@ohos.bundle.d.ts vendored
View File

@ -489,18 +489,6 @@ declare namespace bundle {
function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void;
function getLaunchWantForBundle(bundleName: string): Promise<Want>;
/**
* Obtains information about the shortcuts of the application.
*
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @param bundleName Indicates the bundle name of the application.
* @return Returns a list of ShortcutInfo objects containing shortcut information about the application.
* @permission ohos.permission.MANAGE_SHORTCUTS
*/
function getAllShortcutInfo(bundleName: string, callback: AsyncCallback<Array<ShortcutInfo>>): void;
function getAllShortcutInfo(bundleName: string): Promise<Array<ShortcutInfo>>;
/**
* get module usage record list in descending order of lastLaunchTime.
*

View File

@ -225,7 +225,7 @@ export interface AbilityInfo {
readonly metadata: Array<Metadata>;
/**
* @default Indicates the metadata of ability
* @default Indicates whether the ability is enabled
* @since 8
* @syscap SystemCapability.BundleManager.BundleFramework
*/