diff --git a/en/application-dev/ability/fa-pageability.md b/en/application-dev/ability/fa-pageability.md index d4f6a193ff4b25859f6545b9bfd8eb2adf921229..beaac42b2915507ef9ff58a4e40790c458d43f7f 100644 --- a/en/application-dev/ability/fa-pageability.md +++ b/en/application-dev/ability/fa-pageability.md @@ -86,24 +86,6 @@ By default, **singleton** is used. ); ``` -You can also include **parameters** in the **want** parameter and set its value in the key-value format. - -**Example** - -```javascript - import featureAbility from '@ohos.ability.featureAbility' - featureAbility.startAbility({ - want: - { - bundleName: "com.example.myapplication", - uri: "", - parameters: { - abilityName: "com.example.entry.secondAbility" - } - }, - }, - ); -``` ### Starting a Remote Page Ability (Applying only to System Applications) >Note: The **getTrustedDeviceListSync** API of the **DeviceManager** class is open only to system applications. Therefore, remote Page ability startup applies only to system applications. @@ -235,4 +217,4 @@ export default { ## Samples The following sample is provided to help you better understand how to develop a Page ability: -- [`DMS`: Distributed Demo (eTS, API version 7)](https://gitee.com/openharmony/app_samples/tree/master/ability/DMS) +- [`DMS`: Distributed Demo (eTS, API version 8)](https://gitee.com/openharmony/app_samples/tree/master/ability/DMS)