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 0dc7664 commit d4d7017Copy full SHA for d4d7017
doc/source/services.rst
@@ -70,8 +70,8 @@ python-for-android creates for each one, as follows::
70
71
Here, ``your.package.name`` refers to the package identifier of your
72
APK as set by the ``--package`` argument to python-for-android, and
73
-the name of the service is ``ServiceYourservicename``, in which
74
-``Yourservicename`` is the identifier passed to the ``--service``
+the name of the service is ``ServiceMyservice``, in which
+``Myservice`` is the identifier passed to the ``--service``
75
argument with the first letter upper case. You must also pass the
76
``argument`` parameter even if (as here) it is an empty string. If you
77
do pass it, the service can make use of this argument.
0 commit comments