From 8247b0dbea192e22f0dab27d3f49f719bb71d8f1 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sun, 27 Jul 2014 18:23:35 +0100 Subject: [PATCH] doc: Cleared up 'targeting Android' secction --- doc/sources/guide/android.rst | 3 +++ doc/sources/guide/packaging-android.rst | 9 +++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/sources/guide/android.rst b/doc/sources/guide/android.rst index 9cbcae329..0f47e8fb4 100644 --- a/doc/sources/guide/android.rst +++ b/doc/sources/guide/android.rst @@ -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 `_. + .. _plyer: Plyer diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index 884599bf1..19aca3ad9 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -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 `_ 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 ` for more details.