File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ python-for-android creates for each one, as follows::
70
70
71
71
Here, ``your.package.name `` refers to the package identifier of your
72
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 ``
75
- argument with the first letter upper case. You must also pass the
73
+ the name of the service is ``ServiceMyservice ``, in which `` Myservice ``
74
+ is the identifier that was previously passed to the ``--service ``
75
+ argument, but with the first letter upper case. You must also pass the
76
76
``argument `` parameter even if (as here) it is an empty string. If you
77
77
do pass it, the service can make use of this argument.
78
78
You can’t perform that action at this time.
0 commit comments