summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-05-11 12:49:24 +0300
committerNicholas Bennett <nicholas.bennett@qt.io>2023-05-11 14:06:25 +0300
commitdf6104fd5686e6d1135418a1e679ca4fb5096959 (patch)
tree274d49800bfeed28d519e3863faf51e537a403ca
parent27d47b5698e52cc66ad01cb106440b894771a93e (diff)
downloadqtdoc-df6104fd5686e6d1135418a1e679ca4fb5096959.tar.gz
Docs: Fix manifest typo
Fixes: QTBUG-113520 Pick-to: 6.2 6.5 Change-Id: I5320620de2d79e34816aba749d20cf899affb4af Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
-rw-r--r--doc/src/platforms/android/android-services.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/android/android-services.qdoc b/doc/src/platforms/android/android-services.qdoc
index 2faa30c2..41cfb598 100644
--- a/doc/src/platforms/android/android-services.qdoc
+++ b/doc/src/platforms/android/android-services.qdoc
@@ -149,7 +149,7 @@ which means using a nomal \c Service class might not work. For more information,
see Android's recommendation to use either \l {Android: Foreground services}{Foreground services}
or \l {Android: JobIntentService}{JobIntentService}.
-\section2 Manage the Service in AndroidMnifest.xml
+\section2 Manage the Service in AndroidManifest.xml
For the service to be usable in an Android app, you must declare it in the
\c AndroidManifest.xml file. Let's start with adding the service section: