未验证 提交 ab7d320a 编写于 作者: Q ql 提交者: Gitee

update zh-cn/application-dev/ability/stage-call.md.

Signed-off-by: Nql <qianli16@huawei.com>
上级 042dd9fd
......@@ -133,9 +133,6 @@ context.startAbilityByCall({
}).catch((error) => {
console.error(TAG + 'get caller failed with ' + error)
})
```
获取远程Caller通信(当前仅对系统应用开放)
备注:由于DeviceManager getTrustedDeviceListSync接口仅对系统应用开放,当前连接远程Service仅支持系统应用
在跨设备场景下需指定对端设备deviceId具体示例代码如下
```ts
let TAG = '[MainAbility] '
......@@ -160,7 +157,7 @@ context.startAbilityByCall({
console.error(TAG + 'get remote caller failed with ' + error)
})
```
从DeviceManager获取指定设备的deviceId。具体示例代码如下:
从DeviceManager获取指定设备的deviceId,getTrustedDeviceListSync接口仅对系统应用开放。具体示例代码如下:
```ts
import deviceManager from '@ohos.distributedHardware.deviceManager';
var dmClass;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册