From 7635e5478d4e27ef7f96f9050737a9eea23b824b Mon Sep 17 00:00:00 2001 From: zhoujun62 Date: Tue, 5 Jul 2022 10:39:07 +0800 Subject: [PATCH] IssueNo:#I5FIBJ:Rollback the additional parameter of WANT Description:Rollback the additional parameter of WANT Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: zhoujun62 --- api/@ohos.application.Want.d.ts | 12 ++---------- api/bundle/elementName.d.ts | 11 +---------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/api/@ohos.application.Want.d.ts b/api/@ohos.application.Want.d.ts index 1a54ebefd9..6b2c2b0ae6 100644 --- a/api/@ohos.application.Want.d.ts +++ b/api/@ohos.application.Want.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -93,12 +93,4 @@ export default class Want { * @default - */ entities?: Array; - - /** - * The description of an module name in an want. - * @since 9 - * @syscap SystemCapability.Ability.AbilityBase - * @default - - */ - moduleName?: string; -} +} \ No newline at end of file diff --git a/api/bundle/elementName.d.ts b/api/bundle/elementName.d.ts index 92f4628f8c..be8e31b4c2 100644 --- a/api/bundle/elementName.d.ts +++ b/api/bundle/elementName.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -68,13 +68,4 @@ * @syscap SystemCapability.BundleManager.BundleFramework */ shortName?: string; - - /** - * module name - * @default - - * - * @since 9 - * @syscap SystemCapability.BundleManager.BundleFramework - */ - moduleName?: string; } -- Gitee