From 455e5ea5a1d35b6a98b46a2d39bb90515d40394d Mon Sep 17 00:00:00 2001 From: zhuhan Date: Tue, 14 Mar 2023 20:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E8=AE=A2=E9=98=85=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuhan Change-Id: I371dbf4f2ca66899249077c345fcef3b83ea5a53 --- .../application-models/common-event-static-subscription.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/application-models/common-event-static-subscription.md b/zh-cn/application-dev/application-models/common-event-static-subscription.md index bb4e05993e..c8c8c484a4 100644 --- a/zh-cn/application-dev/application-models/common-event-static-subscription.md +++ b/zh-cn/application-dev/application-models/common-event-static-subscription.md @@ -90,9 +90,9 @@ - events: 订阅的目标事件列表 -3. 静态订阅功能调试 +3. 修改设备系统配置文件 - 如果您希望在调试阶段尝试使用该功能,可修改设备系统配置文件/etc/static_subscriber_config.json,将待调试应用的包名添加至json文件中即可。 + 修改设备系统配置文件 **/system/etc/app/install_list_capability.json**,将静态订阅应用者的包名添加至该json文件中即可。 ```json { -- GitLab