From 4dc46c4434d902179c42197f172f85bed81b6e7f Mon Sep 17 00:00:00 2001 From: Luoyiling1010 <345725087@qq.com> Date: Wed, 1 Jun 2022 12:16:48 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90OpenHarmony=E5=BC=80=E6=BA=90=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E8=AE=A1=E5=88=922022=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=A0=87=E9=A2=98=E5=A4=A7=E5=B0=8F=E5=86=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20Signed-off-by:=20Luoyiling1010=C2=A0<345725087@qq.c?= =?UTF-8?q?om>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/application-dev/ability/fa-serviceability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/ability/fa-serviceability.md b/en/application-dev/ability/fa-serviceability.md index 131d8ec6e0..382d809e6e 100644 --- a/en/application-dev/ability/fa-serviceability.md +++ b/en/application-dev/ability/fa-serviceability.md @@ -65,7 +65,7 @@ A Service ability is used to run tasks in the background, such as playing music -### Starting a Service ability +### Starting a Service Ability The **Ability** class provides the **startAbility()** API for you to start another Service ability by passing a **Want** object. @@ -95,7 +95,7 @@ After the preceding code is executed, the **startAbility()** API is called to st -### Stopping a Service ability +### Stopping a Service Ability Once created, the Service ability keeps running in the background. The system does not stop or destroy it unless memory resources must be reclaimed. You can call **terminateSelf()** on a Service ability to stop it. -- GitLab