mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-04-04 05:02:00 +00:00
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:
parent
6eb3ba1c3e
commit
eca2c789d4
12
api/@ohos.bundle.d.ts
vendored
12
api/@ohos.bundle.d.ts
vendored
@ -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.
|
||||
*
|
||||
|
2
api/bundle/abilityInfo.d.ts
vendored
2
api/bundle/abilityInfo.d.ts
vendored
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user