未验证 提交 6f6a8079 编写于 作者: O openharmony_ci 提交者: Gitee

!17210 [Release] wantAgent -> app.ability.wantAgent - AVSession

Merge pull request !17210 from Li Yuhang/cherry-pick-1681283715
......@@ -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.
先完成此消息的编辑!
想要评论请 注册