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.