0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. docs
  2. /
  3. en
  4. /
  5. application-dev
  6. /
  7. application-models
  8. /
  9. serviceability-overview.md
wusongqingwusongqingUpdate docs against 99662+100863+102027+101419+102573+99365+99112+99742+102021+101127+101453+102040+101361+101724+101586+100544+99856+100264+99652+100639+101061+99321+99664+100805+101086+100990+100733+100621+100358+99949+98973+100617+100801+100646+100773+100691+100668+99585+100211+100492+97440+99304+100221+99826+97516+99940+99971+96111+98283+99353+99944+99513+98384+99764+99819+99428+99023+99731+99309+96614+99478+98405+96740+98959+99244+98190+96115+99031+98643+98505+98842+98697+98587+97811+98251+98215+98217+98147+97574+97162+95851+96604+97281+96841+96451+96047+96155+96009+95669+94017+91923+92000+91684+89385+91076+90481+90047+90202+90108+89977
0c50e303创建于 2025年8月25日历史提交

ServiceAbility Overview

An ability using the Service template (ServiceAbility for short) is used to run tasks in the background, such as playing music or downloading files. It does not provide a UI for user interaction. A ServiceAbility can be started by another application or a PageAbility. It remains to run in the background even after the user switches to another application.