Skip to content

Commit 0cec7ef

Browse files
authored
Tell Android to use CustomPythonActivity.java instead of the default activity.
1 parent c391ce0 commit 0cec7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/_sdl_common/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<meta-data android:name="wakelock" android:value="{% if args.wakelock %}1{% else %}0{% endif %}"/>
6161

6262
<!-- Main activity -->
63-
<activity android:name="{{ args.android_entrypoint }}"
63+
<activity android:name="org.kivy.android.CustomPythonActivity"
6464
android:label="@string/app_name"
6565
android:resizeableActivity="true"
6666
android:exported="true"

0 commit comments

Comments
 (0)