From 1a7f9a64e851d9c694fabc8fed447a235c1fa6a7 Mon Sep 17 00:00:00 2001 From: Tobyee Date: Wed, 23 Sep 2020 09:13:17 +0800 Subject: [PATCH] =?UTF-8?q?update=20subsystems/=E5=88=86=E5=B8=83=E5=BC=8F?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E5=90=AF=E5=8A=A8.md.=20=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=9D=80=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...74\217\350\277\234\347\250\213\345\220\257\345\212\250.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/subsystems/\345\210\206\345\270\203\345\274\217\350\277\234\347\250\213\345\220\257\345\212\250.md" "b/subsystems/\345\210\206\345\270\203\345\274\217\350\277\234\347\250\213\345\220\257\345\212\250.md" index 90ccf3c9a67..041eb5b0a40 100755 --- "a/subsystems/\345\210\206\345\270\203\345\274\217\350\277\234\347\250\213\345\220\257\345\212\250.md" +++ "b/subsystems/\345\210\206\345\270\203\345\274\217\350\277\234\347\250\213\345\220\257\345\212\250.md" @@ -73,7 +73,7 @@ 1. 打开DevEco Studio,完成智慧屏侧FA开发。 2. 获取目标在线从设备的设备ID。 - ``` + ```java // 引入设备选择头文件 import ohos.distributedschedule.interwork.DeviceInfo; import ohos.distributedschedule.interwork.DeviceManager; @@ -89,7 +89,7 @@ 3. 构造want,首先使用ElementName类表明需要启动的远端设备ID,包名,元能力类名,传入want中,然后设置want中的分布式标志位Want.FLAG\_ABILITYSLICE\_MULTI\_DEVICE表示需要远程启动。 - ``` + ```java // 引入相关头文件 import ohos.aafwk.ability.Ability; import ohos.aafwk.content.Want; -- Gitee