diff --git a/doc/source/apis.rst b/doc/source/apis.rst index 44881990a4..edd7ecc667 100644 --- a/doc/source/apis.rst +++ b/doc/source/apis.rst @@ -193,8 +193,6 @@ Example:: Activity lifecycle handling ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. module:: android.activitylifecycle - The Android ``Application`` class provides the `ActivityLifecycleCallbacks `_ interface where callbacks can be registered corresponding to `activity diff --git a/doc/source/index.rst b/doc/source/index.rst index 5e59349cbe..5faf83da49 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ python-for-android is an open source build tool to let you package Python code into standalone android APKs. These can be passed around, installed, or uploaded to marketplaces such as the Play Store just like any other Android app. This tool was originally developed for the -`Kivy cross-platform graphical framework `_, +`Kivy cross-platform graphical framework `_, but now supports multiple bootstraps and can be easily extended to package other types of Python apps for Android.