doc: Cleared up 'targeting Android' secction

This commit is contained in:
Alexander Taylor 2014-07-27 18:23:35 +01:00
parent e76ff72646
commit 8247b0dbea
2 changed files with 6 additions and 6 deletions

View File

@ -69,6 +69,9 @@ For new users, we recommend using :ref:`Plyer`. For more advanced
access or for APIs not currently wrapped, you can use :ref:`Pyjnius`
directly.
User contributed Android code and examples may be available on the
`Kivy wiki <https://github.com/kivy/kivy/wiki#mobiles>`_.
.. _plyer:
Plyer

View File

@ -263,9 +263,6 @@ Kivy is designed to operate identically across platforms and as a result, makes
some clear design decisions. It includes its own set of widgets and by default,
builds an APK with all the required core dependencies and libraries.
If you do not intend to support other operating systems, there are a few
projects that can help you access native Android functionality and even decrease
your APK size. Please refer to the "Mobiles" section of our
`Kivy Wiki <https://github.com/kivy/kivy/wiki>`_ for more information.
It is possible to target specific Android features, both directly and
in a (somewhat) cross-platform way. See the Using Android APIs section
of the `Kivy on Android documentation </guide/android>` for more details.