remove info that we need to check for android in main.py

This commit is contained in:
Matthew Einhorn 2013-04-12 02:51:38 -04:00
parent eb845e9906
commit 9610281151
1 changed files with 0 additions and 6 deletions

View File

@ -15,12 +15,6 @@ Requirements for an Android application
To create an application for the Android platform, you must have a
file named `main.py` in the root directory of your application.
If you want your application to run inside the `Kivy launcher`_, then you
must handle the `__name__` as::
if __name__ in ('__main__', '__android__'):
YourApp().run()
Create an APK
-------------