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 18633f0 commit e729a0eCopy full SHA for e729a0e
doc/source/services.rst
@@ -235,7 +235,11 @@ For example ``service.py``::
235
print("python service running.....", CurrentActivityService.getPackageName(), os.getpid())
236
sleep(10)
237
238
-Name out service 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
+You can see how it work in test `project <https://github.com/dvjdjvu/kivy_service_test>`__.
241
242
243
244
245
0 commit comments