From 59b00619434c4d2d3d15258d943f00f4c8e8f050 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Thu, 6 Sep 2018 19:44:48 +0200 Subject: [PATCH] Fixes example service name example consistency It makes it easier to understand by using the initial example with `myservice` as service name. --- doc/source/services.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/services.rst b/doc/source/services.rst index a250c7bc47..fcb690fe99 100644 --- a/doc/source/services.rst +++ b/doc/source/services.rst @@ -70,9 +70,9 @@ python-for-android creates for each one, as follows:: Here, ``your.package.name`` refers to the package identifier of your APK as set by the ``--package`` argument to python-for-android, and -the name of the service is ``ServiceYourservicename``, in which -``Yourservicename`` is the identifier passed to the ``--service`` -argument with the first letter upper case. You must also pass the +the name of the service is ``ServiceMyservice``, in which ``Myservice`` +is the identifier that was previously passed to the ``--service`` +argument, but with the first letter upper case. You must also pass the ``argument`` parameter even if (as here) it is an empty string. If you do pass it, the service can make use of this argument.