Skip to content

Commit 54e6a69

Browse files
committed
qt6: Androidmanifest.tmpl.xml: remove manifest.package
re-enable android.app.lib_name meta
1 parent 8f7a20a commit 54e6a69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
package="{{ args.package }}"
54
android:versionCode="{{ args.numeric_version }}"
65
android:versionName="{{ args.version }}"
76
android:installLocation="auto">
@@ -89,8 +88,8 @@
8988

9089
<!--
9190
older apps provide the main library as the last bundled library; look for this if the main library isn't provided
92-
<meta-data android:name="android.app.lib_name" android:value="main"/>
9391
-->
92+
<meta-data android:name="android.app.lib_name" android:value="main"/>
9493
<!-- <meta-data android:name="android.app.repository" android:value="default"/> -->
9594
<!-- <meta-data android:name="android.app.qt_libs_resource_id" android:resource="@array/qt_libs"/>
9695
<meta-data android:name="android.app.bundled_libs_resource_id" android:resource="@array/bundled_libs"/>-->

0 commit comments

Comments
 (0)