ability-startup-with-explicit-want.md 722 字节
Newer Older
G
Gloria 已提交
1
# Using Explicit Want to Start an Application Component
G
Gloria 已提交
2

3
When a user touches a button in an application, the application often needs to start a UIAbility component to complete a specific task. If the **abilityName** and **bundleName** parameters are specified when starting a UIAbility, then the explicit Want is used. 
G
Gloria 已提交
4

5 6 7
## Using Explicit Want

The user touches a button in the application to start the UIAbility component to complete a specific task. To start the UIAbility component in explicit Want mode, the **abilityName** and **bundleName** parameters must be specified. For details, see [Starting UIAbility in the Same Application](uiability-intra-device-interaction.md#starting-uiability-in-the-same-application).