提交 8574cd50 编写于 作者: L liyuhang 提交者: Li Yuhang

fixed 8b01f19d from https://gitee.com/imyuhang/docs/pulls/17208

wantAgent -> app.ability.wantAgent
Signed-off-by: Nliyuhang <liyuhang24@huawei.com>
Change-Id: Id489ad79de47138ef520bd6aabb51f2004389666
上级 3c1f18f1
......@@ -79,10 +79,10 @@
```
3. 设置用于被媒体会话控制方拉起的UIAbility。当用户操作媒体会话控制方的界面时,例如点击播控中心的卡片,可以拉起此处配置的UIAbility。
设置UIAbility时通过WantAgent接口实现,更多关于WantAgent的信息请参考[WantAgent](../reference/apis/js-apis-wantAgent.md)
设置UIAbility时通过WantAgent接口实现,更多关于WantAgent的信息请参考[WantAgent](../reference/apis/js-apis-app-ability-wantAgent.md)
```ts
import WantAgent from "@ohos.wantAgent";
import WantAgent from "@ohos.app.ability.wantAgent";
```
```ts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册