We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e84fe commit 18633f0Copy full SHA for 18633f0
doc/source/services.rst
@@ -235,7 +235,7 @@ For example ``service.py``::
235
print("python service running.....", CurrentActivityService.getPackageName(), os.getpid())
236
sleep(10)
237
238
-Name out service in will be ``ServiceTest``, prefix ``Service`` + ``Test`` from ``services = Test:./service.py:foreground``.
+Name out service will be ``ServiceTest``, prefix ``Service`` + ``Test`` from ``services = Test:./service.py:foreground``.
239
240
241
0 commit comments