Skip to content

Commit 1cbb3ae

Browse files
committed
Slightly modified service doc
1 parent 72e2b5e commit 1cbb3ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/services.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ Services
22
========
33

44
python-for-android supports the use of Android Services, background
5-
tasks running in separate processes, in this case each running their
6-
own Python interpreter instance. These are the closest Android
5+
tasks running in separate processes. These are the closest Android
76
equivalent to multiprocessing on e.g. desktop platforms, and it is not
87
possible to use normal multiprocessing on Android. Services are also
98
the only way to run code when your app is not currently opened by the user.
109

11-
Services must be declared when python-for-android is run. Each one
10+
Services must be declared when building your APK. Each one
1211
will have its own main.py file with the Python script to be run. You
1312
can communicate with the service process from your app using e.g. `osc
1413
<https://pypi.python.org/pypi/python-osc>`__ or (a heavier option)

0 commit comments

Comments
 (0)