Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplified Android Manifest definition.
  • Loading branch information
freakboy3742 committed Oct 7, 2015
1 parent faeea8d commit 6089167
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions AndroidManifest.xml
Expand Up @@ -3,13 +3,4 @@
package="org.python"
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="ACTIVITY_ENTRY_NAME"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

0 comments on commit 6089167

Please sign in to comment.