summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2025-07-09 01:21:31 +0000
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2025-07-18 12:56:32 +0000
commitd8a529b8cce701cc9b0bb60eb9cf1aa7ccaf6bd2 (patch)
tree5a174c6a917e3fc94f48d6b925124e6cab473ec3
parentc862d0f0c65170a6db4f39e52f386fab48242e29 (diff)
Revert "Android: remove redundant manifest android:label tag for <activity>"
This reverts commit b5d615f964d37f37235faaa7d0e5430b83de9903. Reason for revert: the app's activity would end up with no title. Pick-to: 6.10 6.9 6.8 Task-number: QTBUG-138192 Change-Id: Ib09436157feadbc26b61a0f0f3a0127a13ece5f1 Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
-rw-r--r--src/android/templates/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml
index a55a80f94ef..0b4cac24162 100644
--- a/src/android/templates/AndroidManifest.xml
+++ b/src/android/templates/AndroidManifest.xml
@@ -22,6 +22,7 @@
<activity
android:name="org.qtproject.qt.android.bindings.QtActivity"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
+ android:label="-- %%INSERT_APP_NAME%% --"
android:launchMode="singleTop"
android:screenOrientation="unspecified"
android:exported="true">