Skip to content

Commit

Permalink
Updated with review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Oct 15, 2023
1 parent adfee4d commit 2153b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions doc/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ Example::
Activity lifecycle handling
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. module:: android.activitylifecycle

The Android ``Application`` class provides the `ActivityLifecycleCallbacks
<https://developer.android.com/reference/android/app/Application.ActivityLifecycleCallbacks>`_
interface where callbacks can be registered corresponding to `activity
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://kivy.org/>`_,
`Kivy cross-platform graphical framework <https://kivy.org/>`_,
but now supports multiple bootstraps and can be easily extended to
package other types of Python apps for Android.

Expand Down

0 comments on commit 2153b5b

Please sign in to comment.