提交 69155dfa 编写于 作者: N nobbo

修改config.json相关

Signed-off-by: Nnobbo <gaoshang22@huawei.com>
上级 4660258c
......@@ -194,9 +194,7 @@ ohos.permission.KEEP_BACKGROUND_RUNNING
## 开发实例
当服务启动后,在serviceAbility
的onStart回调方法中,调用长时任务的申请接口,声明此服务需要在后台长时运行。在onStop回调方法里,调用长时任务取消接口,声明取消长时任务。
当服务启动后,在serviceAbility的onStart回调方法中,调用长时任务的申请接口,声明此服务需要在后台长时运行。在onStop回调方法里,调用长时任务取消接口,声明取消长时任务。
在service.js文件中:
```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册