File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ Example::
193
193
Activity lifecycle handling
194
194
~~~~~~~~~~~~~~~~~~~~~~~~~~~
195
195
196
- .. module :: android.activitylifecycle
197
-
198
196
The Android ``Application `` class provides the `ActivityLifecycleCallbacks
199
197
<https://developer.android.com/reference/android/app/Application.ActivityLifecycleCallbacks> `_
200
198
interface where callbacks can be registered corresponding to `activity
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ python-for-android is an open source build tool to let you package
5
5
Python code into standalone android APKs. These can be passed around,
6
6
installed, or uploaded to marketplaces such as the Play Store just
7
7
like any other Android app. This tool was originally developed for the
8
- `Kivy cross-platform graphical framework <http ://kivy.org/ >`_,
8
+ `Kivy cross-platform graphical framework <https ://kivy.org/ >`_,
9
9
but now supports multiple bootstraps and can be easily extended to
10
10
package other types of Python apps for Android.
11
11
You can’t perform that action at this time.
0 commit comments